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

In-ADS GeoJSON väljundi vastavus RFC 7946-le #2

Open
tormi opened this issue Nov 24, 2016 · 0 comments
Open

In-ADS GeoJSON väljundi vastavus RFC 7946-le #2

tormi opened this issue Nov 24, 2016 · 0 comments
Labels

Comments

@tormi
Copy link
Member

tormi commented Nov 24, 2016

In-ADS GeoJSON mittevastavused RFC 7946-le

GeoJSON

In-ADS ver. 2.0.3.2 InAadressEditor ({"format": "GeoJSON"); väljund:

{
    "type": "Feature",
    "properties": {},
    "geometry": {
        "type": "MultiPolygon",
        "coordinates": [
            [
                [
                    [529903.83474576, 6553638.940678],
                    [555899.08898305, 6544973.8559322],
                    [554815.95338983, 6518978.6016949],
                    [524217.37288136, 6517353.8983051],
                    [529903.83474576, 6553638.940678]
                ]
            ]
        ]
    },
    "crs": {
        "type": "name",
        "properties": {
            "name": "EPSG:3301"
        }
    }
}

1. Nõutav on koordinaatsüsteem WGS84

The coordinate reference system for all GeoJSON coordinates is a
geographic coordinate reference system, using the World Geodetic
System 1984 (WGS 84) [WGS84] datum, with longitude and latitude units
of decimal degrees.

Allikas: https://tools.ietf.org/html/rfc7946#section-4

2. crs defineerimine ei ole vajalik

Specification of coordinate reference systems has been removed, i.e., the "crs" member of [GJ2008] is no longer used.

Allikas: https://tools.ietf.org/html/rfc7946#appendix-B.1

Viited

@tormi tormi added the bug label Nov 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant