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

Request: New orthophotos for styria/austria #1535

Open
derkrasseleo opened this issue Jun 9, 2022 · 0 comments
Open

Request: New orthophotos for styria/austria #1535

derkrasseleo opened this issue Jun 9, 2022 · 0 comments

Comments

@derkrasseleo
Copy link

When requesting the addition of an imagery layer, please provide the following information. Otherwise, delete the text and type your issue.

URL of the imagery

https://gis.stmk.gv.at/image/services/OGD_DOP/Orthofotos_akt/ImageServer/WMSServer?&REQUEST=GetMap&LAYERS=Orthofotos_akt&STYLES=&CRS={proj}&BBOX={bbox}&WIDTH={width}&HEIGHT={height}&FORMAT=image/png

Two letter country code

AT

Desired layer name

GIS Steiermark

License

CC BY 4.0

Is the license compatible with OSM?

Probably, permission also granted by Wilfred Sommer, Abteilung 17

Attribution (text, URL, required?)

Datenquelle: CC-BY-4.0: Land Steiermark - data.steiermark.gv.at (http://www.gis.steiermark.at/)

Privacy policy (URL)

https://www.verwaltung.steiermark.at/cms/beitrag/12662708/74837495/

Icon

https://www.landesentwicklung.steiermark.at/cms/bilder/204891/80/150/118/b15d598b/logo-gis.jpg

Bounding polygon

(if possible, provide a bounding polygon where the imagery is valid, e.g. as a GeoJSON or OSM file.)

See FAQ at https://github.com/osmlab/editor-layer-index/blob/gh-pages/FAQ.md#how-can-i-draw-a-bounding-polygon) for information about how to draw a bounding polygon.

I don't really know how to convert that, but this might help:
wfs:FeatureType
wfs:NameOGD_OrthophotosSteiermark_Metadaten:Flug_aktuell</wfs:Name>
wfs:TitleFlug_aktuell</wfs:Title>
wfs:DefaultCRSurn:ogc:def:crs:EPSG::32633</wfs:DefaultCRS>
ows:WGS84BoundingBox
ows:LowerCorner13.50234453 46.59450054</ows:LowerCorner>
ows:UpperCorner16.21004338 47.85349517</ows:UpperCorner>
</ows:WGS84BoundingBox>
</wfs:FeatureType>

I think this might work as a polygon (please check):
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
13.50234453,
46.59450054
],
[
16.21004338,
46.59450054
],
[
16.21004338,
47.85349517
],
[
13.50234453,
47.85349517
],
[
13.50234453,
46.59450054
]
]
]
}
}
]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant