User:Rtnf

From OpenStreetMap Wiki
Jump to navigation Jump to search

Strolling around the town, taking some notes, and putting them onto OSM. All while hoping my contributions are helpful to someone else.


POI Tagging Reference

Moved to /POI_Tagging_Reference

Building parts

  • barrier=fence : A freestanding structure designed to restrict or prevent movement across a boundary, generally distinguished from a wall by the lightness of its construction.

Landuses

Natural area :

  • natural=wetland : A natural area subject to inundation or with waterlogged ground
  • natural=beach : Landform along a body of water which consists of sand, shingle or other loose material.
  • natural=scrub : Uncultivated land covered with shrubs, bushes or stunted trees.
  • landuse=forest : Forest or woodland, sometimes considered to be restricted to managed woodlands or tree plantations

Man-made :

  • landuse=salt_pond : A place where sea water is evaporated to extract its salt
  • landuse=farmland : Area of farmland used mainly for tillage (annual crops)
  • landuse=orchard : Intentional planting of trees or shrubs maintained for food production
  • landuse=grass : A smaller area of grass, usually mown and managed.
  • landuse=quarry : An area of land used for surface extraction (open-pit mining)

Man-made (abandoned) :

  • landuse=brownfield : Developed land which is no longer in use. May be vacant or scheduled for future development.

Key:access

Road

Highway

  • motorway : A restricted access major divided highway, normally with 2 or more running lanes plus emergency hard shoulder.

  • trunk : The most important roads in a country's system that aren't motorways. (Need not necessarily be a divided highway.)
  • primary : The next most important roads in a country's system. (Often link larger towns.)
  • secondary : The next most important roads in a country's system. (Often link towns.)
  • tertiary : The next most important roads in a country's system. (Often link smaller towns and villages)
  • unclassified : The least important through roads in a country's system. The least important through roads in a country's system. The word 'unclassified' is a historical artefact of the UK road system and does not mean that the classification is unknown.
  • residential : Roads which serve as an access to housing, without function of connecting settlements. Often lined with housing.
  • living_street : residential streets where pedestrians have legal priority over cars, speeds are kept very low, and this can also be used for narrow roads that are typically used by motorcycles.
  • service : For access roads to, or within an industrial estate, camp site, business park, car park, alleys, etc.
    • service=driveway : a minor service road leading to a specific property. It typically branches from a bigger road and leads toward an entrance to a specific destination

  • pedestrian : For roads used mainly/exclusively for pedestrians in shopping and some residential areas which may allow access by motorised vehicles only for very limited periods of the day.
  • footway : For designated footpaths; i.e., mainly/exclusively for pedestrians.

  • track : Roads for mostly agricultural or forestry uses.
  • raceway : A course or track for (motor) racing

Access classification

  • foot
  • horse
  • bicycle
  • moped : motorized bicycles with a speed restriction (e.g. max 50 cc engine / max speed 45 kmph)
  • motorcycle : a 2-wheeled motor vehicle
  • motorcar : cars
  • psv = public service vehicle (bus, taxi, minibus, share_taxi)
  • goods = goods vehicle (max mass up to 3.5 tonnes)
  • hgv = heavy goods vehicle (max mass over 3.5 tonnes)

Place

place=city + capital=yes

  • Render : z6-z10 (circle with a dot)
  • place=city : The largest settlement within a territory, including national, state and provincial capitals, and other major conurbations (an extended urban area, typically consisting of several towns merging with the suburbs of one or more cities).
  • capital=yes : The capital city of the country or administrative division within countries

place=city + population=*

  • Render : z7-z10 (circle with a dot)
  • population=* : To indicate a rough number of citizens in a given place. The population figure should be a stable number if possible. Typicaly, it includes residents but excludes non-residents who may be visiting the place for business or leisure. Some renderers use this key to show more populated cities more prominently, such as by labeling them with larger text, displaying them at lower zoom levels, or prioritizing them over nearby less populated places. It is recommended to also add the key source:population=* to the same object, having its value the name of the institution that counted the population and the year when the population was counted.

place=city

  • Render : z6-z14 (circle)

place=town

  • Render : z9-z15 (will stop at z10 if capital=yes)
  • place=town : An important urban centre that is larger than village, smaller than city, and not a suburb. Towns normally have a good range of shops and facilities which are used by the people from nearby villages.

place=suburb/village

  • Render : z12-z16
  • place=suburb : A major area in a town or city, with a distinct and recognized local name and identity. Suburbs may have uncertain boundaries, may overlap with other suburbs, and are often best mapped using a node.
  • place=village : A smaller distinct settlement, smaller than a town, with few facilities available, with people traveling to nearby towns to access these.

place=quarter/hamlet

  • Quarter render : z14-z16
  • Hamlet render : z14-z17
  • place=quarter : A named part of a bigger settlement where this part is smaller than a suburb and bigger than a neighbourhood. This does not have to be an administrative entity.
  • place=hamlet : An isolated settlement.

place=neighbourhood/isolated_dwelling

  • Render : z15-z19
  • place=neighbourhood : A named, geographically localised place.
  • place=isolated_dwelling : The smallest kind of human settlement. The whole settlement must not consist more than two households.

place=locality

  • Render : z16-z19
  • place=locality : A named place that has no population

place=square

  • Render : z16-z19
  • place=square : A town or village square. A (typically) paved open space, generally of architectural significance, surrounded by buildings in a built-up area. The majority of the area of this feature is paved and suitable for open markets, concerts, political rallies and other events that require a solid surface.

place=farm/island/islet

  • place=farm (z15-z19) : An individually named farm, often including an area where a family of farmers resides.
  • place=island (node:z16-z18, way:z4-z18) : Any piece of land that is completely surrounded by water and isolated from other significant landmasses
  • place=islet (node:z17-z19, way:z11-z19) : Any very small island. Too small to support continuous occupation without shipments from other island.

Misc =

  • landuse=quarry + resource=gold

OSM API

Get all contribution

Links

Custom tiles

Monitoring & Querying

Mapping Party Tool

OSMF

OSM Server Health-check

OSM Techs

Vector Maps based on OSM Data

Fascinating Tagging Scheme

Unclassified

Open___Map

External data

Community

Other Geo Things

OSM Routing & Navigation

Code snippets

https://api.openstreetmap.org/api/0.6/changesets?display_name=rtnf&time=2014-02-01,2024-02-28&closed=true

OvertureMaps-py

pip install overturemaps
overturemaps download --bbox=106.974782,-6.326775,107.052716,-6.231733 -f geojson --type=place -o bekasime.geojson
QGIS Labels -> Expression Dialog -> from_json("names")['primary']