forked from Maptime030/Leaflet-D3-Workshop
-
Notifications
You must be signed in to change notification settings - Fork 2
Interesting links
Niene edited this page Aug 8, 2017
·
1 revision
- http://mapschool.io/
- http://maptime.io/anatomy-of-a-web-map/
- https://github.com/veltman/learninglunches/tree/master/maps
- https://www.mapbox.com/gallery/
- https://mapzen.com/products/maps/
- https://osmbuildings.org/
- https://parallel.co.uk/
- Learn basic HTML, CSS and JavaScript. For example at codecademy: https://www.codecademy.com/learn/web
- Maptime PDX HTML CSS Crashcourse
Mozilla Developer Network (MDN) w3schools CSS-Tricks HTML5 Rocks
Tree House Code School Codecademy
- 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
- http://alignedleft.com/tutorials/d3/fundamentals
- D3 tutorial
- D3 for more mortals
- Book: interactive data visualization Scott Murray. Or on-line via http://alignedleft.com/tutorials/d3/about
- follow tutorials on YouTube for example of D3.vienno
- http://www.d3noob.org/2013/03/a-simple-d3js-map-explained.html
- https://www.toptal.com/javascript/a-map-to-perfection-using-d3-js-to-make-beautiful-web-maps
- http://maptimeboston.github.io/d3-maptime/
- https://bost.ocks.org/mike/map/
- http://www.digital-geography.com/d3-js-mapping-tutorial-1-set-initial-webmap/#.WYmUqydLdhE
- 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
- 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
- Convert files here: OGRE
- Or draw your own here: geojson.io
- ! 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/