Changeset 30409 in osm for applications/editors/josm/plugins/print
- Timestamp:
- 2014-04-22T01:10:42+02:00 (11 years ago)
- Location:
- applications/editors/josm/plugins/print
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/print/build.xml
r29854 r30409 5 5 <property name="commit.message" value="Added a field to specify the map scale."/> 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 <property name="plugin.main.version" value="6 162"/>7 <property name="plugin.main.version" value="6992"/> 8 8 9 9 <property name="plugin.author" value="Kai Pastor"/> -
applications/editors/josm/plugins/print/src/org/openstreetmap/josm/plugins/print/PrintableMapView.java
r29846 r30409 51 51 import org.openstreetmap.josm.Main; 52 52 import org.openstreetmap.josm.data.Bounds; 53 import org.openstreetmap.josm.data.SystemOfMeasurement; 53 54 import org.openstreetmap.josm.gui.MapView; 54 55 import org.openstreetmap.josm.gui.layer.Layer;
Note:
See TracChangeset
for help on using the changeset viewer.