How to capitalize elasticsearch geoJSON (geometry) "type"

Solution 1:

Use _search fields API to get GeoJson responses with types property capitalized.

Also, in elastic search 7.15, a new vector tile search API is added that returns search results in vector tile format.