Difference between revisions of "OneMap"

From Wikicliki
Jump to: navigation, search
Line 23: Line 23:
 
* http://onemap.sg/API/help/
 
* http://onemap.sg/API/help/
 
* http://onemap.sg/advminimap (For embedding it into sites)
 
* http://onemap.sg/advminimap (For embedding it into sites)
 +
* http://onemap.sg/minimap
 +
*

Revision as of 02:46, 23 June 2012

OneMap SLA Training 23 June 2012

  • JS/Rest APIS to retrieve data and maps
    • Simple js function - getonemap (embed)
    • REST functions - reverse geocode address
  • Uses Local Projection SVY21. Converts from WGS84 (google maps)
  • About 51 layers - dustbin location, dengue clusters etc - to use you should access the Mashup API

APIS

  • GetOnemap - get map with basemap
  • AddressSearch - get data for address inclding geocode
  • Mashup API - retrieve themes data
  • Advance Mashup API - to retrieve themes data based on geometry type
  • Get Directions API - routing
  • Static Map API - just return image
  • Reverse Geocode - get building adress from geocode
  • Coordinate Converter - converts coordinates from WGS84 to SVY21 (and vice versa)
  • Crowdsourcing (beta) - communities on top of the map

See Also