Difference between revisions of "OneMap"

From Wikicliki
Jump to: navigation, search
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== OneMap SLA Training 23 June 2012 ==
 
== OneMap SLA Training 23 June 2012 ==
  
* JS/Rest APIS to retrieve data and maps
+
* JS/[[REST]] APIS to retrieve data and maps
 
** Simple js function - getonemap (embed)
 
** Simple js function - getonemap (embed)
** REST functions - reverse geocode address
+
** [[REST]] functions - reverse geocode address
 
* Uses Local Projection SVY21. Converts from WGS84 (google maps)
 
* 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
 
* 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
 +
 +
== ESRI ==
 +
 +
Rather than building all the presentation layers, onemap rides on esri api
 +
* http://resources.arcgis.com/content/arcgisserver/web-apis
 +
 +
== Why use OneMap ==
 +
 +
* API for native apps (iOs, windows, android), APIs for webapps
 +
* free usage of API, no restriction
 +
* new themes added all the time
 +
 +
== Examples ==
 +
 +
* ShowNearby Analytics
 +
* Quantum inventions - live traffic conditions
 +
* Surround Networks location based commerce
 +
* lots of websites use it for their businesses
 +
* URA season parking website etc
  
 
== See Also ==
 
== See Also ==
Line 12: Line 41:
 
* http://onemap.sg/home
 
* http://onemap.sg/home
 
* http://onemap.sg/API/help/
 
* http://onemap.sg/API/help/
 +
* http://onemap.sg/advminimap (For embedding it into sites)
 +
* http://onemap.sg/minimap
 +
*

Latest revision as of 04:41, 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

ESRI

Rather than building all the presentation layers, onemap rides on esri api

Why use OneMap

  • API for native apps (iOs, windows, android), APIs for webapps
  • free usage of API, no restriction
  • new themes added all the time

Examples

  • ShowNearby Analytics
  • Quantum inventions - live traffic conditions
  • Surround Networks location based commerce
  • lots of websites use it for their businesses
  • URA season parking website etc

See Also