Skip to content

Commit

Permalink
add gid to test case for jq sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkAndshark committed Jan 9, 2025
1 parent 1aed48f commit 166d230
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/expected/auto/fnc_zxy_row2_6_57_29.pbf.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"type": "Point"
},
"properties": {
"gid": 1,
"source_mvt_layer": "MixedCase.function_Mixed_Name"
},
"type": "Feature"
Expand All @@ -22,6 +23,7 @@
"type": "Point"
},
"properties": {
"gid": 2,
"source_mvt_layer": "MixedCase.function_Mixed_Name"
},
"type": "Feature"
Expand All @@ -35,6 +37,7 @@
"type": "Point"
},
"properties": {
"gid": 3,
"source_mvt_layer": "MixedCase.function_Mixed_Name"
},
"type": "Feature"
Expand Down
1 change: 1 addition & 0 deletions tests/fixtures/functions/function_Mixed_Name.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ RETURNS TABLE("mVt" bytea, key text) AS $$
SELECT mvt, md5(mvt) as key FROM (
SELECT ST_AsMVT(tile, 'MixedCase.function_Mixed_Name', 4096, 'geom') as mvt FROM (
SELECT
"Gid" AS gid,
ST_AsMVTGeom(
ST_Transform(ST_CurveToLine("Geom"), 3857),
ST_TileEnvelope("Z", x, y),
Expand Down

0 comments on commit 166d230

Please sign in to comment.