Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 821 Bytes

File metadata and controls

35 lines (31 loc) · 821 Bytes

createNote

import { createNote } from "osm-api";

await createNote(-36.880984, 174.738948, "there is a café here");

Response:

{
  "close_url": "https://api.openstreetmap.org/api/0.6/notes/55251/close.json",
  "comment_url": "https://api.openstreetmap.org/api/0.6/notes/55251/comment.json",
  "comments": [
    {
      "action": "opened",
      "date": "2024-01-24 06:33:43 UTC",
      "html": "<p>cycleway=no</p>",
      "text": "cycleway=no",
      "uid": 12248,
      "user": "kylenz_testing",
      "user_url": "https://api.openstreetmap.org/user/kylenz_testing"
    }
  ],
  "date_created": "2024-01-24 06:33:43 UTC",
  "id": 55251,
  "location": {
    "lat": -36.8300694,
    "lng": 174.7460568
  },
  "status": "open",
  "url": "https://api.openstreetmap.org/api/0.6/notes/55251.json"
}