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

fix: für-gis-profis.md spelling #72

Merged
merged 1 commit into from
Jan 23, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/beitragen/für-gis-profis.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ gibt es diese Seite.

Was der GISler „Feature” nennt, nennen wir „OSM-Objekt“. OSM-Objekte haben
immer eine eindeutige numerische ID. Für die verschiedenen Objektarten (Nodes,
Ways, Relations) gibt es getrennte ID-Räume, das heisst, es gibt sowohl einen
Ways, Relations) gibt es getrennte ID-Räume, das heißt, es gibt sowohl einen
Node mit der Nummer 17 als auch einen Way 17.

## Layer

OSM kennt keine Layer. Oder, anders gesehen, es gibt nur einen. GIS
unterscheidet typischweise zwischen dem Typ eines Features und den Attributen.
OSM kennt keine Layer. Oder, anders gesehen, gibt es nur einen. GIS
unterscheidet typischerweise zwischen dem Typ eines Features und den Attributen.
Der Typ wird durch den Layer bestimmt, in dem das Feature ist.
Bei OSM werden sowohl der Typ als auch die Attribute durch die Tags bestimmt.

Expand Down