mirror of
https://github.com/dh1tw/iso-country-flags-svg-collection-1.git
synced 2025-12-06 03:42:01 +01:00
remove kmz example
This commit is contained in:
parent
289c8839c1
commit
2a5145efed
|
|
@ -5,7 +5,7 @@ This repository contains 248 country flag SVG icons as shown in the following sh
|
|||
|
||||

|
||||
|
||||
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:
|
||||
|
||||

|
||||
|
||||
|
|
@ -15,7 +15,7 @@ Simply type
|
|||
$ 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:
|
||||
|
||||
|
|
@ -33,10 +33,6 @@ to see all build targets.
|
|||
|
||||
* Country flags icon sheets - type ```$ make -j4 sheets```.
|
||||
|
||||
* Google Earth - [G+ users of the world - KMZ file](http://goo.gl/YJjv3):
|
||||
|
||||
. 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).
|
||||
|
||||
. 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 |
Loading…
Reference in a new issue