Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Chatchawan Polmafoung
mapeditor
Wiki
crud service docs
crud service docs
· Changes
Page history
chatchawan created page: crud service docs
authored
Sep 23, 2015
by
Chatchawan Polmafoung
Hide whitespace changes
Inline
Side-by-side
crud-service-docs.markdown
View page @
1aa69e1e
...
@@ -5,6 +5,7 @@ get http://172.16.20.63:3000/poi/:zoom/:nwlng/:nwlat/:selng/:selat
...
@@ -5,6 +5,7 @@ get http://172.16.20.63:3000/poi/:zoom/:nwlng/:nwlat/:selng/:selat
response
response
```
json
```
json
[
{
{
"MAPINFO_ID"
:
10000
,
"MAPINFO_ID"
:
10000
,
"GEOSPATIAL"
:
{
"GEOSPATIAL"
:
{
...
@@ -15,7 +16,8 @@ response
...
@@ -15,7 +16,8 @@ response
"NAME_ENG"
:
""
,
"NAME_ENG"
:
""
,
"LABEL_THAI"
:
""
,
"LABEL_THAI"
:
""
,
"LABEL_ENG"
:
""
"LABEL_ENG"
:
""
}
}
]
```
```
...
...