// License: GPL. For details, see LICENSE file. package org.openstreetmap.josm.plugins.opendata.core.datasets.au; public interface AustralianConstants { /** * Portal */ String AUSTRALIAN_PORTAL = "http://data.gov.au/dataset/"; /** * Icon */ String ICON_AU_24 = "au24.png"; }