Skip to content

Commit

Permalink
Fix transform context for vertices
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Oct 21, 2024
1 parent 0f542f0 commit e93fd7e
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,12 @@ context:
identifier: dct:identifier
geographicalExtent: city:geographicalExtent

vertices: city:hasVertex
vertices:
'@id': city:hasVertex
'@context':
properties: '@nest'
geometry: city:hasGeometry
Point: geojson:Point

extensions:
'@id': city:hasExtension
Expand Down

0 comments on commit e93fd7e

Please sign in to comment.