remove kmz example

This commit is contained in:
Jakob Flierl 2014-03-01 17:51:13 +01:00
parent 289c8839c1
commit 2a5145efed
2 changed files with 2 additions and 6 deletions

View file

@ -5,7 +5,7 @@ This repository contains 248 country flag SVG icons as shown in the following sh
![iso-country-flags-sheet-flat.png](https://raw.github.com/koppi/iso-country-flags-svg-collection/master/examples/iso-country-flags-sheet-flat.png "ISO country flags svg collection") ![iso-country-flags-sheet-flat.png](https://raw.github.com/koppi/iso-country-flags-svg-collection/master/examples/iso-country-flags-sheet-flat.png "ISO country flags svg collection")
You can build the above icon sheet with different icon styles using the templates in the build directory: flat, simple, fancy, glossy: You can build the above icon sheet with different icon styles using the templates in the build directory: none, flat, simple, fancy, glossy:
![templates.png](https://raw.github.com/koppi/iso-country-flags-svg-collection/master/examples/templates.png "Country flag icons templates") ![templates.png](https://raw.github.com/koppi/iso-country-flags-svg-collection/master/examples/templates.png "Country flag icons templates")
@ -15,7 +15,7 @@ Simply type
$ make -j4 $ make -j4
``` ```
to build PNG versions of the country flags contained in this collection. This will create about 320MB of data: flat, simple, fancy, glossy template based PNG files with the following resolutions: "512x512 (web), 256x256, 128x128, 96x96, 72x72, 64x64, 48x48, 36x36, 32x32, 24x24, 16x16". to build PNG versions of the country flags contained in this collection. This will create about 320MB of data: none, flat, simple, fancy, glossy template based PNG files with the following resolutions: "512x512 (web), 256x256, 128x128, 96x96, 72x72, 64x64, 48x48, 36x36, 32x32, 24x24, 16x16".
For example the results with the template "flat" applied to the "United States" country flag icon looks like follows: For example the results with the template "flat" applied to the "United States" country flag icon looks like follows:
@ -33,10 +33,6 @@ to see all build targets.
* Country flags icon sheets - type ```$ make -j4 sheets```. * Country flags icon sheets - type ```$ make -j4 sheets```.
* Google Earth - [G+ users of the world - KMZ file](http://goo.gl/YJjv3):
![G+ users of the world KMZ file](https://raw.github.com/koppi/iso-country-flags-svg-collection/master/examples/example-google-earth.png). Run the following command to generate all the kml files with different country name translations: ```$ make kml```, a shortcut for the command: ```$ scripts/build.pl --cmd example kml --json iso-3166-1.json --out build --res 16x16 --lang all```.
* [WebGL Earth - ISO country flags](http://tinyurl.com/webgl-earth-iso-country-flags). * [WebGL Earth - ISO country flags](http://tinyurl.com/webgl-earth-iso-country-flags).
![WebGL Earth - ISO country flags](https://raw.github.com/koppi/iso-country-flags-svg-collection/master/examples/example-webgl-earth.png). Open the [live demo](http://tinyurl.com/webgl-earth-iso-country-flags) in your web browser. This demo uses a slightly modified [iso-3166-1.json file](http://dl.dropbox.com/u/3139257/iso-country-flags-svg-collection/examples/iso-3166-1.json) (with an added "var data = " string) an the [WebGL Earth API](http://www.webglearth.org/). ![WebGL Earth - ISO country flags](https://raw.github.com/koppi/iso-country-flags-svg-collection/master/examples/example-webgl-earth.png). Open the [live demo](http://tinyurl.com/webgl-earth-iso-country-flags) in your web browser. This demo uses a slightly modified [iso-3166-1.json file](http://dl.dropbox.com/u/3139257/iso-country-flags-svg-collection/examples/iso-3166-1.json) (with an added "var data = " string) an the [WebGL Earth API](http://www.webglearth.org/).

Binary file not shown.

Before

Width:  |  Height:  |  Size: 778 KiB