// License: GPL. For details, see LICENSE file. package org.openstreetmap.josm.plugins.opendata.core.datasets.es; public interface SpanishConstants { /** * Portal */ String SPANISH_PORTAL = "http://datos.gob.es/datos/"; /** * Icon */ String ICON_ES_24 = "es24.png"; }