Skip to content
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

Closed
tastle opened this issue Mar 30, 2015 · 3 comments
Closed

ARML 2.0 support #60

tastle opened this issue Mar 30, 2015 · 3 comments
Assignees
Milestone

Comments

@tastle
Copy link
Collaborator

tastle commented Mar 30, 2015

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/

@highsource highsource modified the milestones: 2.1.0, 2.1.1 Mar 30, 2015
@highsource highsource self-assigned this Mar 30, 2015
@highsource
Copy link
Owner

@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
@tastle
Copy link
Collaborator Author

tastle commented Apr 1, 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>

@highsource
Copy link
Owner

I've already committed one example, so I'd leave it as is. The test worked.

@highsource highsource modified the milestones: 2.2.0, 2.1.1 Apr 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants