// License: GPL. For details, see LICENSE file. package org.openstreetmap.josm.plugins.opendata.core.datasets.pt; public interface PortugueseConstants { /** * Portal */ String PORTUGUESE_PORTAL = "http://www.dados.gov.pt/PT/CatalogoDados/Dados.aspx?name="; /** * Icon */ String ICON_PT_24 = "pt24.png"; }