I am very interested in the HTML5 canvas element for maps; work like Cartagen from an MIT Media Lab researcher looks very promising, for example. There is some interesting SVG based work at carto.net. WebSocket seems like a fantastic API for live geospatial data. I have done a few HTML5 experiments, for example here, with Flickr and Picasa data. What are people getting up to with these new technologies, or what have you tried?
-
Adding to the list of examples: http://rlat.kew.org/ (via http://www.fosslc.org/drupal/content/html5-rich-geospatial-applications-web) – radek Oct 22 '11 at 17:08
-
There is an open access article in IJHG's Web GIS in practice series covering HTML5 & Cartagen – radek Dec 05 '11 at 22:05
12 Answers
HTML5 Rocks has some good interactive examples with SVG,Mapping,API and Database requests.
http://slides.html5rocks.com/#slide10 http://slides.html5rocks.com/#slide14
Not a Map but SVG - but would be good for Mapping! http://slides.html5rocks.com/#slide27
- 49,701
- 9
- 73
- 132
I quite like this example that does live raster reprojection/warping in an html5 canvas.
- 9,381
- 9
- 39
- 45
-
1
-
The link works for me, today. It is slow though, and the script a the other end doesn't seem to do anything. So -1 until someone puts up or locates a new version somewhere. – matt wilkie Mar 28 '12 at 17:45
Take a look at the Georelated blog, which has a series of articles on the state of the art of web mapping. It contains nice reviews of whats possible and the technology available for truely forward thinking web mapping.
- Info on Silverlight v flash v html5
- Browser based 3d web mapping
- Globes in HTML5
- Alternatives to tiled image maps and the power of vectors
- 243
- 2
- 13
- 1
- 1
3D web Mapping using Web GL -
http://www.georelated.com/2011/10/rise-of-globe-in-web-mapping.html
Good Examples and links to WebGL open source toolkits
- 51
- 1
Try out Kartograph. It's a two shot program:
- Take some Geospatial data like a shapefile and run it through Kartograph.py. That will turn it into an SVG file.
- Use Kartograph.js to make it pretty in a browser. Add thematic elements, animation, fancy fonts, etc...
- 455
- 3
- 7
Esri have some HTML5 samples on the Javascript API samples page (select from bottom of the tree). Making use of local storage for bookmarks is impressive (at the time of writing this).
Late 2011: http://bl.ocks.org/1392560 (d3 rendering geojson as an interactive, draggable world map svg).
- 146
- 2
http://osmbuildings.org displays 2.5D with HTML5 and Leaflet which looks impressive by results and speed
- 1,642
- 11
- 20