// License: GPL. For details, see LICENSE file. package org.openstreetmap.josm.plugins.opendata.core.datasets.it; public interface ItalianConstants { /** * Portal */ String ITALIAN_PORTAL = "http://www.dati.gov.it/content/"; /** * Icon */ String ICON_IT_24 = "it24.png"; }