Skip to content
GitLab
    • Explore Projects Groups Topics Snippets
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • M mapeditor
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Jira
    • Jira
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
  • Wiki
    • Wiki
  • Activity
  • Create a new issue
  • Jobs
  • Issue Boards
Collapse sidebar
  • Chatchawan Polmafoung
  • mapeditor
  • Wiki
  • crud service docs

crud service docs · Changes

Page history
chatchawan created page: crud service docs authored 9 years ago by Chatchawan Polmafoung's avatar Chatchawan Polmafoung
Show whitespace changes
Inline Side-by-side
Showing
with 25 additions and 0 deletions
+25 -0
crud-service-docs.markdown
View page @ dee95567
......@@ -133,3 +133,28 @@ response
}
```
### Data Service
Get all poi without zoom limit
get http://172.16.20.63:3000/dataservice/:zoom/:nwlng/:nwlat/:selng/:selat?category=["catecodeid1","catecodeid2"]
example : http://172.16.20.63:3000/dataservice/0/0/0/0/0
```json
[
{
MAPINFO_ID: 1128488,
GEOSPATIAL: {
x: 100.510898,
y: 13.722919
},
NAME_THAI: "โรงแรมเพนนินซูล่า กรุงเทพฯ",
NAME_ENG: "The Peninsula Hotel, Bangkok",
LABEL_THAI: "รร.เพนนินซูล่า กรุงเทพฯ",
LABEL_ENG: "The Peninsula Hotel, Bangkok",
CATEGORY_CODE: "10040101"
}
]
```
\ No newline at end of file
Clone repository
  • EcmaScript 6.0
  • crud service docs
  • ecmascript 6
  • Home

Menu

Explore Projects Groups Topics Snippets