OpenStreetMap logo OpenStreetMap

CtI5UDYpRmUS

Mapper since:
May 01, 2024
Last map edit:
November 22, 2025

Latest Diaries

Diary Entry Create driveway using endpoint and connected to nearest main road

(function() { const Node = Java.type("org.openstreetmap.josm.data.osm.Node"); const Way = Java.type("org.openstreetmap.josm.data.osm.Way")...

Comments 0 comments Date November 28, 2025

Diary Entry Split a closed polygon (even number of unique nodes) into adjoining units, using predefined CORN=Determined nodes at the corner

// JOSM Scripting plugin (GraalJS, JavaScript API v3) // Split a closed polygon (even number of unique nodes) into adjoining units, // using two...

Comments 0 comments Date November 28, 2025

Diary Entry Batchly spilting parking spaces or terraced houses at evenly size using JOSM scripting plugin, GraalJS script at JDK 21

(function() { const Node = Java.type("org.openstreetmap.josm.data.osm.Node"); const Way = Java.type("org.openstreetmap.josm.data.osm.Way"...

Comments 0 comments Date November 28, 2025