Skip to content

Commit

Permalink
Merge pull request #7 from Lewiscowles1986/patch-1
Browse files Browse the repository at this point in the history
docs: example of tooling used to create bounding box
  • Loading branch information
bdon authored Nov 10, 2023
2 parents 8478fe8 + 00392a9 commit 65d8e52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ We can now create a subset of the planet file, `my_area.pmtiles`, with just tile
pmtiles extract https://build.protomaps.com/{{ dateNoDashes }}.pmtiles my_area.pmtiles --bbox=4.742883,51.830755,5.552837,52.256198
```

> **Note:** You can find the bounding box of your own area, using tools, such as [http://bboxfinder.com/](http://bboxfinder.com/#51.830755,4.742883,52.256198,5.552837)
## 4. View the basemap

[maps.protomaps.com](https://maps.protomaps.com) is a viewer for basemaps. Drag our file `my_area.pmtiles` onto the `Drop Zone` to view the map:
Expand Down

0 comments on commit 65d8e52

Please sign in to comment.