// License: GPL. For details, see LICENSE file. package org.openstreetmap.josm.plugins.opendata.core.datasets.at; public interface AustrianConstants { /** * Icon */ String ICON_AT_24 = "at24.png"; }