Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsmock/imagery_cachexport
https://github.com/tsmock/imagery_cachexport
josm josm-plugin
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tsmock/imagery_cachexport
- Owner: tsmock
- Created: 2024-03-26T21:43:33.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-05-16T17:08:20.000Z (8 months ago)
- Last Synced: 2024-05-16T18:28:01.191Z (8 months ago)
- Topics: josm, josm-plugin
- Language: Java
- Size: 9.79 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
README
======The Imagery Cache Export plugin exports the images from the internal imagery layer store into the file system.
Author: holgermappt
License: GPL v2 or laterImage imageryexport.png is a combination of save_as.png scaled to 16x16 and imagery_small.png. Both are from JOSM core, GPL v2 or later.
Cache Key Rules
---------------
* Images in the cache are accessed with a key.
* The key is composed of: + ":" +
* see TMSCachedTileLoaderJob.getCacheKey()
* is the layer name with colons replaced by underscores.
The layer name is localized.
* depends on the layer type:
* TMS: + "/" + + "/" + + "/" +
* WMS, WMTS: +Key examples:
TMS:
Bing aerial imagery:http://www.bing.com/maps/14/8816/5480
Mapbox Satellitenbild:http://{switch:a,b,c}.tiles.mapbox.com/v4/openstreetmap.map-inh7ifmo/{zoom}/{x}/{y}.png?access_token=abc/14/8816/5479
WMS:
SDFE Overflade Skyggekort (40 cm):http://kortforsyningen.kms.dk/dhm?login=OpenStreetMapDK2015&password=Gall4Peters&FORMAT=image/png&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&Layers=dhm_overflade_skyggekort&STYLES=&SRS=EPSG:3857&WIDTH=512&HEIGHT=512&BBOX=1037096.6940108,7514066.1667892,1056664.5724108,7533634.0451892EPSG:3857
WMTS:
Geoportal 2_ Luftbild WMTS:http://mapy.geoportal.gov.pl/wss/service/WMTS/guest/wmts/ORTO?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=ORTOFOTOMAPA&STYLE=default&FORMAT=image/jpeg&tileMatrixSet=EPSG:4326&tileMatrix=EPSG:4326:13&tileRow=4861&tileCol=18765EPSG:4326