diff --git a/Makefile b/Makefile index 4911654..6519362 100644 --- a/Makefile +++ b/Makefile @@ -481,7 +481,7 @@ out/21-kentucky/state.gpkg: data/21-kentucky/statewide/2016/kyprecinctsmergedfin # Write to temporary GeoJSON because OGR SQL and GPKG driver # don't like spaces in shapefile layer name. rm -f out/21-kentucky/source/temporary.geojson - ogr2ogr -sql "SELECT '2016' AS year, 'Kentucky' AS state, COUNTY AS county, VTD AS precinct, 'polygon' AS accuracy FROM "'"KY Precincts Merged Final"' \ + ogr2ogr -sql "SELECT '2014' AS year, 'Kentucky' AS state, COUNTY AS county, VTD AS precinct, 'polygon' AS accuracy FROM "'"KY Precincts Merged Final"' \ -t_srs EPSG:4326 -overwrite -f GeoJSON out/21-kentucky/source/temporary.geojson 'out/21-kentucky/source/KY Precincts Merged Final.shp' ogr2ogr -overwrite -f GPKG $@ out/21-kentucky/source/temporary.geojson rm -rf out/21-kentucky/source