Skip to content

Commit

Permalink
Use correct projection for cities.shp
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika committed Feb 17, 2020
1 parent 772023f commit 03d677c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msautotest/mssql/create_mssql_db.bat
Expand Up @@ -4,4 +4,4 @@ set SERVER=(local)\SQL2017
sqlcmd -S "%SERVER%" -Q "USE [master]; CREATE DATABASE msautotest;"

ogr2ogr -s_srs epsg:26915 -t_srs epsg:26915 -f MSSQLSpatial "MSSQL:server=%SERVER%;database=msautotest;User Id=sa;Password=%SQLPASSWORD%;" "query/data/bdry_counpy2.shp" -nln "bdry_counpy2"
ogr2ogr -s_srs epsg:26915 -t_srs epsg:26915 -f MSSQLSpatial "MSSQL:server=%SERVER%;database=msautotest;User Id=sa;Password=%SQLPASSWORD%;" "renderers/data/cities.shp" -nln "cities"
ogr2ogr -s_srs epsg:3857 -t_srs epsg:3857 -f MSSQLSpatial "MSSQL:server=%SERVER%;database=msautotest;User Id=sa;Password=%SQLPASSWORD%;" "renderers/data/cities.shp" -nln "cities"

0 comments on commit 03d677c

Please sign in to comment.