Is it possible to use HERE vector maps in openlayer? The example on the openlayer site uses raster maps but not vector.
Asked
Active
Viewed 73 times
0
-
Hi , HERE Vector Maps follows the Vector Tile Specification. This format contains geometries, such as points and lines that define polygons, labels (such as road names or city names), and other kinds of data that are typically passed to a renderer to draw a map. The tiles are optimized to be visualized as 512px screen pixels per tile. I am not sure Openlayer does support Vector Tile Specification. Please have a look at about Vector Tile Specification . https://github.com/mapbox/vector-tile-spec/ – Younjae Park Oct 30 '20 at 08:28
1 Answers
0
As stated in the comment section by Younjae Park:
HERE Vector Maps follows the Vector Tile Specification. This format contains geometries, such as points and lines that define polygons, labels (such as road names or city names), and other kinds of data that are typically passed to a renderer to draw a map. The tiles are optimized to be visualized as 512px screen pixels per tile. Please have a look also a look at Vector Tile Specification of Openlayer.

Nimantha
- 6,405
- 6
- 28
- 69