Skip to content

Commit

Permalink
bump JS version, point to assets repo (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon authored Nov 1, 2023
1 parent 9c13fd5 commit de4018b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ This repository has two core parts:
* `tiles/`: A [Planetiler](https://github.com/onthegomap/planetiler) build profile that generates `planet.pmtiles` from OpenStreetMap and Natural Earth in 2-3 hours on a modest computer.
* `styles/`: A TypeScript package that generates [MapLibre GL](http://github.com/maplibre) styles, in multiple color themes, that can be used via `npm` or exported as JSON.

Assets such as fonts and sprites are hosted and downloadable at the [basemaps-assets](https://github.com/protomaps/basemaps-assets) repository.

## Development

You will need [Java 21+](https://github.com/onthegomap/planetiler/blob/main/CONTRIBUTING.md) and [Maven](https://maven.apache.org/install.html) installed, which is available in most package managers.
Expand Down
2 changes: 1 addition & 1 deletion styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "protomaps-themes-base",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"description": "Protomaps basemap themes for MapLibre GL JS",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
Expand Down

0 comments on commit de4018b

Please sign in to comment.