// License: GPL. For details, see LICENSE file. package org.openstreetmap.josm.plugins.opendata.core.datasets.be; import org.openstreetmap.josm.plugins.opendata.core.OdConstants; public interface BelgianConstants { /** * Portal */ String BELGIAN_PORTAL = "http://data.gov.be/"+OdConstants.PATTERN_LANG+"/dataset/"; /** * Icon */ String ICON_BE_24 = "be24.png"; }