Changeset 34164 in osm for applications
- Timestamp:
- 2018-04-23T20:10:28+02:00 (7 years ago)
- Location:
- applications/editors/josm/plugins/public_transport_layer
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/public_transport_layer/build.xml
r33900 r34164 3 3 4 4 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 5 <property name="plugin.main.version" value="1 2840"/>5 <property name="plugin.main.version" value="13662"/> 6 6 7 7 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/public_transport_layer/src/ptl/DistanceBetweenStops.java
r33900 r34164 29 29 import org.openstreetmap.josm.tools.Utils; 30 30 31 /** 32 * Computes and displays the distance between stops. 33 */ 31 34 public class DistanceBetweenStops extends JosmAction { 32 35 -
applications/editors/josm/plugins/public_transport_layer/src/ptl/Plugin.java
r33528 r34164 6 6 import org.openstreetmap.josm.plugins.PluginInformation; 7 7 8 /** 9 * Public transport layer plugin. 10 */ 8 11 public class Plugin extends org.openstreetmap.josm.plugins.Plugin { 9 12 -
applications/editors/josm/plugins/public_transport_layer/src/ptl/PublicTransportLayer.java
r33528 r34164 40 40 import org.openstreetmap.josm.tools.Utils; 41 41 42 /** 43 * Public transport layer. 44 */ 42 45 public class PublicTransportLayer extends Layer { 43 46 private static final ImageProvider ICON = new ImageProvider("presets/misc", "route");
Note:
See TracChangeset
for help on using the changeset viewer.