-
Notifications
You must be signed in to change notification settings - Fork 49
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
ARML 2.0 support #60
Comments
@tastle Do you happen to have a couple of examples for ARML 2.0? |
highsource
added a commit
that referenced
this issue
Mar 31, 2015
I have one that's schema valid, but I don't have a client to test it out in yet. I had done my testing at the time using OpenARML (based on KML). They've since gutted that and went to GML. Want to give this a try? <?xml version="1.0" encoding="UTF-8"?>
<arml xmlns="http://www.opengis.net/arml/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/arml/2.0 http://schemas.opengis.net/arml/2.0/arml.xsd">
<ARElements>
<Feature>
<name>CARIS</name>
<description>A leading developer of geospatial software designed for the hydrographic and marine community.</description>
<anchors>
<Geometry xmlns:gml="http://www.opengis.net/gml/3.2">
<assets>
<Image>
<href xlink:href="http://lh3.ggpht.com/-WEH8WvZcopU/T9Y-bAdA1iI/AAAAAAAAAEg/knf8W1zcCdw/s288/carishq.jpg" xmlns:xlink="http://www.w3.org/1999/xlink"/>
</Image>
</assets>
<gml:Point gml:id="carisHeadquatersPoint">
<gml:pos>45.9591383 -66.6628989</gml:pos>
</gml:Point>
</Geometry>
</anchors>
</Feature>
</ARElements>
</arml> |
I've already committed one example, so I'd leave it as is. The test worked. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ARML - Augmented Reality Markup Language is a way of modelling data for devices that support augmented reality.
http://www.opengeospatial.org/standards/arml
http://schemas.opengis.net/arml/2.0/
The text was updated successfully, but these errors were encountered: