diff --git a/examples_src/tileutfgrid.css b/examples_src/tileutfgrid.css new file mode 100644 index 0000000000..b45853acf6 --- /dev/null +++ b/examples_src/tileutfgrid.css @@ -0,0 +1,6 @@ +#country-name { + color: black; + font-size: 12pt; + font-weight: bold; + text-shadow: white 0.1em 0.1em 0.2em; +} diff --git a/examples_src/tileutfgrid.html b/examples_src/tileutfgrid.html index 23c39c577c..668fd27c33 100644 --- a/examples_src/tileutfgrid.html +++ b/examples_src/tileutfgrid.html @@ -1,69 +1,22 @@ - - -
- - - - - - - - -Point to a country to see its name and flag.
+ Tiles made with [TileMill](http://tilemill.com). Hosting on MapBox.com or with open-source [TileServer](https://github.com/klokantech/tileserver-php/). +tags: "utfgrid, tileutfgrid, tilejson" +--- +This example shows how to read data from a TileUTFGrid layer.
-Point to a country to see its name and flag.
-Tiles made with TileMill. Hosting on MapBox.com or with open-source TileServer.
-See the tileutfgrid.js source to see how this is done.
-