Skip to content

Coordinates Editor

Description

The Coordinates Editor provides a UI element for selecting and storing a Coordinates shape. The resulting data is stored as a memorix:GeoCoordinates nodeShape.

Shacl definition in the RecordType

A sh:property using a memorix:LocationCoordinatesEditor can be defined in the RecordType definition as follows:

1
2
3
4
5
6
7
sh:property     [ rdfs:label   "Coordinates location" ;
                    dash:editor  memorix:LocationCoordinatesEditor ;
                    sh:group     location:DisplayGroupLocation ;
                    sh:class     memorix:GeoCoordinates ;
                    sh:order     2.0 ;
                    sh:path      location:coordinates
                ] ;

UI result

The Coordinates Editor will show as following in the UI:

"Coordinates editor in the UI"

After clicking the lookingglass the Coordinates Search will be opened in the sidepanel:

"Coordinates Search in the sidepanel"