Changeset 34013 in osm for applications/editors/josm/plugins
- Timestamp:
- 2018-01-15T11:12:57+01:00 (7 years ago)
- Location:
- applications/editors/josm/plugins/indoorhelper/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/indoorhelper/src/controller/IndoorHelperController.java
r34011 r34013 714 714 indoorMapPaint.put("active", "true"); 715 715 indoorMapPaint.put("url", Main.pref.getDirs().getUserDataDirectory(true) + sep + "styles" 716 + sep + " indoor.mapcss");716 + sep + "sit.mapcss"); 717 717 styleMapsNew.add(indoorMapPaint); 718 718 Main.pref.putListOfMaps("mappaint.style.entries", styleMapsNew); … … 762 762 indoorMapPaint.put("active", "false"); 763 763 indoorMapPaint.put("url", Main.pref.getDirs().getUserDataDirectory(true) + sep + "styles" 764 + sep + " indoor.mapcss");764 + sep + "sit.mapcss"); 765 765 styleMapsNew.add(indoorMapPaint); 766 766 Main.pref.putListOfMaps("mappaint.style.entries", styleMapsNew); -
applications/editors/josm/plugins/indoorhelper/src/org/openstreetmap/josm/plugins/indoorhelper/IndoorHelperPlugin.java
r34007 r34013 64 64 MainApplication.getLayerManager().addAndFireActiveLayerChangeListener(this); 65 65 this.exportValidator("/data/indoorhelper.validator.mapcss"); 66 this.exportStyleFile(" indoor.mapcss");66 this.exportStyleFile("sit.mapcss"); 67 67 this.exportStyleFile("entrance_door_icon.png"); 68 68 this.exportStyleFile("entrance_icon.png");
Note:
See TracChangeset
for help on using the changeset viewer.