Skip to content

Commit d0925dd

Browse files
jrodewigiverase
andauthored
[DOCS] Fix Vector tiles search docs for features.id (#85067) (#85076)
Removes the `features.id` property from the response body. This property was actually generated by the tool used to decode the mvt file to JSON. (cherry picked from commit a780558) # Conflicts: # docs/reference/search/search-vector-tile-api.asciidoc Co-authored-by: Ignacio Vera <[email protected]>
1 parent 5f02f41 commit d0925dd

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

docs/reference/search/search-vector-tile-api.asciidoc

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -380,11 +380,6 @@ value that matches the `geo_bounding_box` query.
380380
`<field>`::
381381
Field value. Only returned for fields in the `fields` parameter.
382382
======
383-
// tag::feature-id[]
384-
`id`::
385-
(integer) Unique ID for the feature within the layer.
386-
// end::feature-id[]
387-
388383
// tag::feature-type[]
389384
`type`::
390385
(integer) Identifier for the feature's geometry type. Values are:
@@ -432,8 +427,6 @@ include::search-vector-tile-api.asciidoc[tag=geometry]
432427
Sub-aggregation results for the cell. Only returned for sub-aggregations in the
433428
`aggs` parameter.
434429
======
435-
include::search-vector-tile-api.asciidoc[tag=feature-id]
436-
437430
include::search-vector-tile-api.asciidoc[tag=feature-type]
438431
=====
439432
====
@@ -530,8 +523,6 @@ partial or empty.
530523
(integer) Milliseconds it took {es} to run the search. See the search API's
531524
<<search-api-took,`took`>> response property.
532525
======
533-
include::search-vector-tile-api.asciidoc[tag=feature-id]
534-
535526
include::search-vector-tile-api.asciidoc[tag=feature-type]
536527
=====
537528
====
@@ -637,7 +628,6 @@ tile contains the following data:
637628
"name": "NEMO Science Museum",
638629
"price": 1750
639630
},
640-
"id": 0,
641631
"type": 1
642632
},
643633
{
@@ -654,7 +644,6 @@ tile contains the following data:
654644
"name": "Nederlands Scheepvaartmuseum",
655645
"price": 1650
656646
},
657-
"id": 0,
658647
"type": 1
659648
},
660649
{
@@ -671,7 +660,6 @@ tile contains the following data:
671660
"name": "Amsterdam Centre for Architecture",
672661
"price": 0
673662
},
674-
"id": 0,
675663
"type": 1
676664
}
677665
]
@@ -714,7 +702,6 @@ tile contains the following data:
714702
"min_price.value": 0.0,
715703
"avg_price.value": 1133.3333333333333
716704
},
717-
"id": 0,
718705
"type": 3
719706
}
720707
]
@@ -782,7 +769,6 @@ tile contains the following data:
782769
"timed_out": false,
783770
"took": 2
784771
},
785-
"id": 0,
786772
"type": 3
787773
}
788774
]

0 commit comments

Comments
 (0)