Changeset 34334 in osm for applications/editors/josm/plugins
- Timestamp:
- 2018-06-22T01:36:08+02:00 (7 years ago)
- Location:
- applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/cache/package-info.java
r34317 r34334 2 2 /** 3 3 * This package is all about caching resources downloaded from 4 * <a href="https:// mapillary.com">mapillary.com</a>4 * <a href="https://www.microsoft.com/en-us/maps/streetside">Streetside</a> 5 5 * for faster access to those resources in the future. 6 6 */ -
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/gui/boilerplate/package-info.java
r34317 r34334 1 1 // License: GPL. For details, see LICENSE file. 2 2 /** 3 * The GUI components that are special to the mapillaryplugin.3 * The GUI components that are special to the streetside plugin. 4 4 */ 5 5 package org.openstreetmap.josm.plugins.streetside.gui.boilerplate; -
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/gui/package-info.java
r34317 r34334 1 1 // License: GPL. For details, see LICENSE file. 2 2 /** 3 * The GUI components that are special to the mapillaryplugin.3 * The GUI components that are special to the streetside plugin. 4 4 */ 5 5 package org.openstreetmap.josm.plugins.streetside.gui; -
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/io/export/package-info.java
r34317 r34334 1 1 // License: GPL. For details, see LICENSE file. 2 2 /** 3 * Classes for exporting images that were downloaded from <a href="https:// mapillary.com">mapillary.com</a>.3 * Classes for exporting images that were downloaded from <a href="https://www.microsoft.com/en-us/maps/streetside">Streetside</a>. 4 4 */ 5 5 package org.openstreetmap.josm.plugins.streetside.io.export;
Note:
See TracChangeset
for help on using the changeset viewer.