Changeset 17822 in osm for applications/editors/josm/plugins
- Timestamp:
- 2009-09-28T17:34:49+02:00 (17 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 4 edited
-
slippymap/build.xml (modified) (1 diff)
-
slippymap/src/org/openstreetmap/josm/plugins/slippymap/SlippyMapLayer.java (modified) (1 diff)
-
walkingpapers/build.xml (modified) (1 diff)
-
walkingpapers/src/org/openstreetmap/josm/plugins/walkingpapers/WalkingPapersLayer.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/slippymap/build.xml
r16805 r17822 26 26 <attribute name="Plugin-Description" value="Displays a slippy map grid in JOSM. Can load tiles from slippy map as background and request updates."/> 27 27 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/index.php/JOSM/Plugins/SlippyMap"/> 28 <attribute name="Plugin-Mainversion" value=" 1893"/>28 <attribute name="Plugin-Mainversion" value="2196"/> 29 29 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 30 30 </manifest> -
applications/editors/josm/plugins/slippymap/src/org/openstreetmap/josm/plugins/slippymap/SlippyMapLayer.java
r16805 r17822 73 73 public SlippyMapLayer() { 74 74 super(tr("Slippy Map")); 75 background= true;75 setBackgroundLayer(true); 76 76 77 77 clearTileStorage(); -
applications/editors/josm/plugins/walkingpapers/build.xml
r16795 r17822 26 26 <attribute name="Plugin-Description" value="Supports downloading tiled, scanned maps from walking-papers.org. This plugin is still under early development and may be buggy."/> 27 27 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/index.php/JOSM/Plugins/WalkingPapers"/> 28 <attribute name="Plugin-Mainversion" value=" 1893"/>28 <attribute name="Plugin-Mainversion" value="2196"/> 29 29 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 30 30 </manifest> -
applications/editors/josm/plugins/walkingpapers/src/org/openstreetmap/josm/plugins/walkingpapers/WalkingPapersLayer.java
r16795 r17822 59 59 public WalkingPapersLayer(String id, String tile, Bounds b, int minz, int maxz) { 60 60 super(tr("Walking Papers: {0}", id)); 61 background= true;61 setBackgroundLayer(true); 62 62 walkingPapersId = id; 63 63
Note:
See TracChangeset
for help on using the changeset viewer.
