Difference between revisions of "OneMap"

From Wikicliki
Jump to: navigation, search
Line 7: Line 7:
 
* About 51 layers - dustbin location, dengue clusters etc - to use you should access the Mashup API
 
* 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 ==
 
== See Also ==

Revision as of 02:43, 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