Changeset 34007 in osm


Ignore:
Timestamp:
2018-01-14T16:23:47+01:00 (7 years ago)
Author:
donvip
Message:

restore correct filename, there is no such file as "sit.mapcss"

Location:
applications/editors/josm/plugins/indoorhelper/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/indoorhelper/src/controller/IndoorHelperController.java

    r34005 r34007  
    714714           indoorMapPaint.put("active", "true");
    715715           indoorMapPaint.put("url", Main.pref.getDirs().getUserDataDirectory(true) + sep + "styles"
    716                    + sep + "sit.mapcss");
     716                   + sep + "indoor.mapcss");
    717717           styleMapsNew.add(indoorMapPaint);
    718718           Main.pref.putListOfMaps("mappaint.style.entries", styleMapsNew);
     
    762762           indoorMapPaint.put("active", "false");
    763763           indoorMapPaint.put("url", Main.pref.getDirs().getUserDataDirectory(true) + sep + "styles"
    764                    + sep + "sit.mapcss");
     764                   + sep + "indoor.mapcss");
    765765           styleMapsNew.add(indoorMapPaint);
    766766           Main.pref.putListOfMaps("mappaint.style.entries", styleMapsNew);
  • applications/editors/josm/plugins/indoorhelper/src/org/openstreetmap/josm/plugins/indoorhelper/IndoorHelperPlugin.java

    r34005 r34007  
    6464        MainApplication.getLayerManager().addAndFireActiveLayerChangeListener(this);
    6565        this.exportValidator("/data/indoorhelper.validator.mapcss");
    66         this.exportStyleFile("sit.mapcss");
     66        this.exportStyleFile("indoor.mapcss");
    6767        this.exportStyleFile("entrance_door_icon.png");
    6868        this.exportStyleFile("entrance_icon.png");
Note: See TracChangeset for help on using the changeset viewer.