Skip to content

Commit 03d677c

Browse files
committed
Use correct projection for cities.shp
1 parent 772023f commit 03d677c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

msautotest/mssql/create_mssql_db.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ set SERVER=(local)\SQL2017
44
sqlcmd -S "%SERVER%" -Q "USE [master]; CREATE DATABASE msautotest;"
55

66
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"
7-
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"
7+
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 commit comments

Comments
 (0)