// License: GPL. For details, see LICENSE file. package org.openstreetmap.josm.plugins.opendata.core.datasets.ca; public interface CanadianConstants { /** * Portal */ String CANADIAN_PORTAL = "http://www.data.gc.ca/geo/"; /** * Icon */ String ICON_CA_24 = "ca24.png"; }