OneMap

From Wikicliki
Revision as of 02:45, 23 June 2012 by WikiSysop (talk | contribs)

Jump to: navigation, search

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