Skip to content

Deprecate all the WGS84 stuff (Longitude, Latitude, ...) #907

Description

@skinkie

We have several discussions on making a coordinate mandatory under location, for example a centroid without a coordinate does not make sense. Considering GML is the standard for exchanging coordinates within XML. NeTEx introduced multiple (more than two) different ways to send coordinates across. My suggestion would be to deprecate direct Wgs84 elements such as Longitude and Latitude in favor to a required gml:pos. This again kills a variant of doing the same.

The change for producers would be te add <gml:pos srsName="EPSG:4326">latitude longitude</gml:pos>. Consumers can remove the code paths for handlng either gml:pos or Wgs84.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

change-requestRequest for an additional feature -- Must be discussed with the groupgroup_decision_neededMust be discussed during a CEN TC278 WG3 SG9 plenary

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions