Interesante links - NieneB/pzh_web_map GitHub Wiki
Over Web Maps
- http://mapschool.io/
- http://maptime.io/anatomy-of-a-web-map/
- https://github.com/veltman/learninglunches/tree/master/maps
- http://geoawesomeness.com/5-myths-about-coding-web-maps-that-make-it-look-hard/
Voorbeeld kaarten
- https://www.mapbox.com/gallery/
- https://mapzen.com/products/maps/
- https://osmbuildings.org/
- https://parallel.co.uk/
Andere Web Mapping workshops
- http://duspviz.mit.edu/web-map-workshop/
- http://geoawesomeness.com/video-tutorial-will-learn-step-step-code-first-web-map-leaflet/
Om HTML, CSS en JavaScript te leren
- Learn basic HTML, CSS and JavaScript. For example at codecademy: https://www.codecademy.com/learn/web
- Maptime PDX HTML CSS Crashcourse
Web-Based Resources
Mozilla Developer Network (MDN) w3schools CSS-Tricks HTML5 Rocks
Web-Base Programs
Tree House Code School Codecademy
Over Leaflet.js Web Mapping
- http://leafletjs.com/
- http://leafletjs.com/examples.html
- Read the on line book 'leaflet tips and tricks, interactive maps made easy' by Malcolm Maclean. https://leanpub.com/leaflet-tips-and-tricks
- An Introduction to Leaflet by MaptimeBoston
- Leaflet example page
- Making your First Map with Leaflet (NACIS14)
- Leaflet 101 for LuxembourgJS
- https://speakerdeck.com/mourner/future-of-leaflet
- https://vimeo.com/106112939
Meer JS Web Mapping
Tiles
Getting tiles
Making your own tiles!
- Tilemill
- http://dataforradicals.com/2013/04/16/the-insanely-illustrated-guide-to-your-first-tile-mill-map/
- Mapbox
- CartoDB
- http://developers.cloudmade.com/projects/show/tiles
- https://github.com/b-g/tilehut/tree/master/tutorial
- Vector Tile workshop
GeoJSON
- Do you want to know more about geojson have a look at: https://en.wikipedia.org/wiki/GeoJSON
- The format specifications: http://geojson.org/
- Eleborate specification: https://tools.ietf.org/html/rfc7946
How to make a GeoJSON
- Convert files here: OGRE
- Or draw your own here: geojson.io
Running a local server
- ! geoJson mostly works on a 'local webserver', check: https://github.com/mrdoob/three.js/wiki/How-to-run-things-locally
- http://www.macwright.org/2015/03/23/geojson-second-bite.html
- installing MAMP (for Mac), or installing WampServer (for Windows).
- http://www.pythonforbeginners.com/modules-in-python/how-to-use-simplehttpserver/
- https://www.maketecheasier.com/setup-local-web-server-all-platforms/