Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed link to naturalearthdata.com
  • Loading branch information
fALKENdk committed Nov 11, 2013
1 parent 1044285 commit f1041fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -688,7 +688,7 @@ Then connect it to the page and add some code to make visualization:
Custom Maps
======

The following is the converter instructions directly from [jVectorMap](https://github.com/bjornd/jvectormap) that could be used to create your own maps for JQVMap from the data in various GIS formats like Shapefile. The following command could be used to convert USA map from the data available at [www.naturalearthdata.com](www.naturalearthdata.com):
The following is the converter instructions directly from [jVectorMap](https://github.com/bjornd/jvectormap) that could be used to create your own maps for JQVMap from the data in various GIS formats like Shapefile. The following command could be used to convert USA map from the data available at [www.naturalearthdata.com](http://www.naturalearthdata.com):

python \
path/to/converter.py \
Expand All @@ -703,4 +703,4 @@ The following is the converter instructions directly from [jVectorMap](https://g
--buffer_distance -3000 \
--simplify_tolerance 1000 \
--longtitude0 10w \
--name us
--name us

0 comments on commit f1041fe

Please sign in to comment.