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