[josm-dev] Please make sure JOSM remains an offline editor

Ævar Arnfjörð Bjarmason avarab at gmail.com
Sun Jul 25 13:27:34 BST 2010


On Sun, Jul 25, 2010 at 10:51, Frederik Ramm <frederik at remote.org> wrote:

>   because svn.openstreetmap.org currently does not work, I cannot start JOSM
> - the WMS plugin seems to try and load something from that server, and
> blocks if it does not receive anything.

FWIW it's loading this:
http://svn.openstreetmap.org/applications/editors/josm/plugins/wmsplugin/sources.cfg

Seems like it could just be bundled along with the plugin.

TagChecker also contains these references:

    public class TagChecker extends Test
    {
        /** The default data files */
        public static final String DATA_FILE =
"http://svn.openstreetmap.org/applications/editors/josm/plugins/validator/tagchecker.cfg";
        public static final String IGNORE_FILE =
"http://svn.openstreetmap.org/applications/editors/josm/plugins/validator/ignoretags.cfg";
        public static final String SPELL_FILE =
"http://svn.openstreetmap.org/applications/utils/planet.osm/java/speller/words.cfg";

But I'm unsure whether it's downloading those as part of its normal
operation.

As a workaround, this link still works:

    http://github.com/openstreetmap/josm-plugins/raw/master/wmsplugin/sources.cfg

:)




More information about the josm-dev mailing list