diff --git a/dyn-map/ent-form.html b/dyn-map/ent-form.html index 82e7514..b9c1501 100644 --- a/dyn-map/ent-form.html +++ b/dyn-map/ent-form.html @@ -7,7 +7,7 @@
ローマ字/英語地点名 - + 地点名 住所 @@ -31,3 +31,5 @@ + +__{ename FROM mapitem ORDER BY ename}__ diff --git a/viewerdb/geojson/test.geojson b/viewerdb/geojson/test.geojson new file mode 100644 index 0000000..49acd5a --- /dev/null +++ b/viewerdb/geojson/test.geojson @@ -0,0 +1,21 @@ +{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "properties": { + "name": "清亀園", + "address": "酒田市浜田1-11-13", + "maptype": "tourist", + "age": "平成" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 38.916435, + 139.844598 + ] + } + } + ] +} \ No newline at end of file