From 152c30f1d092b0ddc2f6e1b2de1e472f93bb6857 Mon Sep 17 00:00:00 2001 From: nerik Date: Mon, 2 Nov 2015 13:19:02 +0100 Subject: [PATCH] fixed broken link --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index a1a574a..7ca58dd 100644 --- a/index.html +++ b/index.html @@ -111,7 +111,7 @@
OpenStreetMap.org
maps.google.com
maps.stamen.com
-
Making maps for mobile devices can be similar, but we're not talking about that today.
+
Making maps for mobile devices can be similar, but we're not talking about that today.
We're also not talking about digital globes like Google Earth
ok ok
but how about a little history:
How did web maps come to be?
@@ -200,8 +200,8 @@
Pretty!
Style your map with CartoCSS (or just carto)
You can host these files on MapBox, or...
-
Serve the tiles by running your own tile server. For example: TileServer.php / TileStache / TileCache / TileStream / mbtiles-server / mod_tile
-
See Eric Theise's Geo Platform tutorial for all the gritty details
+
Serve the tiles by running your own tile server. For example: TileServer.php / TileStache / TileCache / TileStream / mbtiles-server / mod_tile
+
See Eric Theise's Geo Platform tutorial for all the gritty details
Do I need a content layer?
No? Put all your data into the tiles, possibly using UTFGrid for interactivity
Yes? Convert a Shapefile to GeoJSON with OGRE or write your own GeoJSON with geojson.io