Permalink
Browse files

updating the natural earth module

  • Loading branch information...
1 parent 6517402 commit d91795bb91f72177fc8f57c846c1c60b4bcd5bb0 @Aklakan Aklakan committed May 23, 2016
View
0 build-deb-and-install.sh 100755 → 100644
No changes.
View
No changes.
No changes.
View
No changes.
View
No changes.
No changes.
View
No changes.
View
No changes.
No changes.
View
No changes.
View
No changes.
View
No changes.
View
No changes.
View
No changes.
View
No changes.
View
No changes.
View
No changes.
View
No changes.
No changes.
View
No changes.
View
No changes.
View
No changes.
View
No changes.
No changes.
View
No changes.
@@ -5,3 +5,12 @@ The file `ne_10m_admin_0_countries.sml` contains mappings for countries based on
# States
The file `ne_10m_admin_0_countries.sml` contains SML mappings for states in Germany based on the [Natural Earth states and provinces dataset](http://www.naturalearthdata.com/downloads/10m-cultural-vectors/10m-admin-1-states-provinces/) ([direct download](http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/ne_10m_admin_1_states_provinces.zip)).
+
+
+shp2pgsql -W 'LATIN1' -g 'the_geom' -s '4326' 'gadm2.shp' 'ne_10m_admin_0_countries' | psql -h "$dbHost" -d "$dbName" -U "$dbUser"
+
+
+shp2pgsql -W 'LATIN1' -g 'the_geom' -s '4326' 'gadm2.shp' 'ne_10m_admin_1_states_provinces' | psql -h "$dbHost" -d "$dbName" -U "$dbUser"
+
+
+
View
0 run-lgd-rest-api.sh 100755 → 100644
No changes.

0 comments on commit d91795b

Please sign in to comment.