// License: GPL. For details, see LICENSE file. package org.openstreetmap.josm.plugins.opendata.core.datasets.cl; public interface ChileanConstants { /** * Portal */ String CHILEAN_PORTAL = "http://datos.gob.cl/datasets/"; /** * Icon */ String ICON_CL_24 = "cl24.png"; }