Changeset 34216 in osm for applications/editors/josm/plugins/pointInfo
- Timestamp:
- 2018-05-23T22:01:19+02:00 (8 years ago)
- Location:
- applications/editors/josm/plugins/pointInfo
- Files:
-
- 9 added
- 2 edited
-
README.md (modified) (1 diff)
-
build.xml (modified) (1 diff)
-
src/org/openstreetmap/josm/plugins/pointinfo/AbstractPointInfoModule.java (added)
-
src/org/openstreetmap/josm/plugins/pointinfo/PointInfoPreference.java (added)
-
src/org/openstreetmap/josm/plugins/pointinfo/ReverseFinder.java (added)
-
src/org/openstreetmap/josm/plugins/pointinfo/ReverseRecord.java (added)
-
src/org/openstreetmap/josm/plugins/pointinfo/catastro (added)
-
src/org/openstreetmap/josm/plugins/pointinfo/catastro/AddrPlaces.java (added)
-
src/org/openstreetmap/josm/plugins/pointinfo/catastro/CatastroModule.java (added)
-
src/org/openstreetmap/josm/plugins/pointinfo/catastro/CatastroRecord.java (added)
-
src/org/openstreetmap/josm/plugins/pointinfo/catastro/ObjectWithoutGeometry.java (added)
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/pointInfo/README.md
r34168 r34216 20 20 ## Websites 21 21 22 * OSM wiki - not available yet22 * [OSM wiki](https://wiki.openstreetmap.org/wiki/JOSM/Plugins/pointinfo) 23 23 * [JOSM svn](https://trac.openstreetmap.org/browser/subversion/applications/editors/josm/plugins/pointInfo) 24 24 * [Github](https://github.com/mkyral/josm-pointInfo) -
applications/editors/josm/plugins/pointInfo/build.xml
r34168 r34216 3 3 4 4 <!-- enter the SVN commit message --> 5 <property name="commit.message" value="PointInfo: Add Spanish Cadastre Web Servicesmodule. Patch by Javier Sánchez Portero."/>5 <property name="commit.message" value="PointInfo: Adds a link to photo metadata in Catastro module. Patch by Javier Sánchez Portero."/> 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 7 <property name="plugin.main.version" value="12666"/>
Note:
See TracChangeset
for help on using the changeset viewer.
