-
Notifications
You must be signed in to change notification settings - Fork 45
Improve the likelihood for Longitude and Latitude and having a coordinate for each Location #869
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: next
Are you sure you want to change the base?
Conversation
|
It seems that Deckplan invented a relative grid. Decide what to do with that if WGS84 would be mandatory. |
|
That's more generic than DeckPlan (which is obviously not geographic): there is a specific need for any pathlink on a schematic maps that may not be geographic (that's an Indoor Mapping & Indoor Cartography issue). That's most probably useful for EPIAP too (a lot of underground maps and station maps are not geographic... there is also different habits: France tends to uses geographic maps, where UK often prefers schematic, non geographic, ones). |
|
That would either justify a different type, or not making WGS84 mandatory (or worse: the choice option). |
|
@Aurige My problems:
I may accept that there are relative coordinates like deckplan. For indoor routing I think this ALL has to work with GPS as a baseline and therefore needs appropriate coordinates. |
|
@Aurige You didn't put in the problem that occurs. I think it can't decide the path, does it? |
I get this message... but I don't agree with it (but it does not validate so, no way). This Choice A/B/A+B is a classical one, I don't understand why it fails here |
|
We could go for <xsd:choice minOccurs="1" maxOccurs="2"... but then it also allows 2 WGS or 2 GML |
|
I fixed it already and it should now accept what we want with the last two commits. Is there still a problem? from the wgsgroup or gml:pos or the wgsgroup_only It does not like that. |
|
That's all fine, well done ! |
|
@ue71603 I really dislike how this is rendered into an api-interface. Have you checked that? |
|
|
@ue71603 the python or java interface. |
|
Don't merge (due to code generation issue) ... or find a better solution
|
|
My proposal would be to deprecate the Longitude and Latitude and only use gml:pos. |


As discussed in #777
The result of the discussion is that Longitude/Latitude should be set.. In DECK PLAN we have relative coordinates that need to be done with gml:pos. The documentation is adapted.