// License: GPL. For details, see LICENSE file. package org.openstreetmap.josm.plugins.opendata.modules.be.bruxelles; public interface BruxellesConstants { /** * Source */ String SOURCE_BRUXELLES = "Ville de Bruxelles"; /** * Portal */ String PORTAL_EN = "http://www.brussels.be"; String PORTAL_FR = "http://www.bruxelles.be"; String PORTAL_NL = "http://www.brussel.be"; }