Changes between Initial Version and Version 1 of Maps/Japan


Ignore:
Timestamp:
2016-11-16T22:40:50+01:00 (7 years ago)
Author:
Klumbumbus
Comment:

+Japan GSI ortho Imagery from ELI, added terms of use url and valid georeference

Legend:

Unmodified
Added
Removed
Modified
  • Maps/Japan

    v1 v1  
     1{{{
     2#!maps
     3<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
     4<imagery xmlns="http://josm.openstreetmap.de/maps-1.0">
     5    <entry>
     6        <name>Japan GSI ortho Imagery</name>
     7        <id>gsi.go.jp</id>
     8        <valid-georeference>true</valid-georeference><!-- Orthorectified Satellite see https://github.com/mapbox/mapping/issues/116  -->
     9        <terms-of-use-url>https://wiki.openstreetmap.org/wiki/GSImaps</terms-of-use-url>
     10        <type>tms</type>
     11        <url>http://cyberjapandata.gsi.go.jp/xyz/ort/{zoom}/{x}/{y}.jpg</url>
     12        <country-code>JP</country-code>
     13        <min-zoom>12</min-zoom>
     14        <max-zoom>19</max-zoom>
     15        <bounds max-lat="44.649116" max-lon="142.119141" min-lat="30.789037" min-lon="128.935547">
     16            <shape>
     17                <point lat="44.649116" lon="141.855469" />
     18                <point lat="43.969098" lon="140.229492" />
     19                <point lat="41.804078" lon="138.955078" />
     20                <point lat="40.178873" lon="139.482422" />
     21                <point lat="38.307181" lon="138.867188" />
     22                <point lat="37.195331" lon="136.318359" />
     23                <point lat="35.137879" lon="132.143555" />
     24                <point lat="33.358062" lon="128.935547" />
     25                <point lat="32.472695" lon="129.506836" />
     26                <point lat="31.690782" lon="129.770508" />
     27                <point lat="30.902225" lon="130.209961" />
     28                <point lat="30.789037" lon="131.220703" />
     29                <point lat="32.324276" lon="131.660156" />
     30                <point lat="32.879587" lon="132.714844" />
     31                <point lat="33.174342" lon="133.769531" />
     32                <point lat="33.870416" lon="136.757812" />
     33                <point lat="35.065973" lon="139.306641" />
     34                <point lat="35.173808" lon="140.888672" />
     35                <point lat="36.5626" lon="141.152344" />
     36                <point lat="39.943436" lon="142.119141" />
     37                <point lat="42.682435" lon="141.767578" />
     38                <point lat="44.649116" lon="141.855469" />
     39            </shape>
     40        </bounds>
     41    </entry>
     42</imagery>
     43}}}