Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 604 Bytes

dev-server.md

File metadata and controls

14 lines (9 loc) · 604 Bytes

Using the Development Server

For experimenting with the API, use the development server documented here. It uses a separate database with less data, allowing you to test without affecting the real database.

  1. Create an account and application key on the development server.

  2. Configure the library to use the development server:

OSM.configure({ apiUrl: "https://master.apis.dev.openstreetmap.org" });

Now you're ready to start making requests to the development server!