Search notes:

Overpass API: map_to_area

The map_to_area maps OSM relation IDs to their corresponding (pseudo) area id, i. e. the function adds 3600000000 to the id.
relation[name=Pfungen];
map_to_area;
out;
As per a note found in this documentation, the main purpose of map_to_area is to search for objects inside an area, which is again inside another area ("area in area query").

See also

area
Overpass API: statements

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1758868765, '216.73.216.5', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/OpenStreetMap/API/Overpass/statements/map_to_area(47): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78