Changeset 32817 in osm for applications/editors/josm
- Timestamp:
- 2016-08-15T18:33:44+02:00 (8 years ago)
- Location:
- applications/editors/josm/plugins/public_transport_layer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/public_transport_layer/build.xml
r32680 r32817 3 3 4 4 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 5 <property name="plugin.main.version" value="10 580"/>5 <property name="plugin.main.version" value="10808"/> 6 6 7 7 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/public_transport_layer/src/ptl/PublicTransportLayer.java
r32763 r32817 37 37 38 38 public class PublicTransportLayer extends Layer { 39 private static final ImageProvider ICON = new ImageProvider("presets/misc", " path");39 private static final ImageProvider ICON = new ImageProvider("presets/misc", "route"); 40 40 private boolean doDrawArrows = true; 41 41 private boolean doDrawRefLabels = true;
Note:
See TracChangeset
for help on using the changeset viewer.