osmlab / changeset-map

Visualise a changeset on a map
http://osmlab.github.io/changeset-map/
ISC License
34 stars 12 forks source link

Add createBbox to the named exports #222

Closed willemarcel closed 3 years ago

tordans commented 3 years ago

I am curious, what does it do? / what does it mean? Suggestion: extend the changelog entry with this info.

willemarcel commented 3 years ago

@tordans I don't understand exactly why it happens, but some changesets fail to render on OSMCha because some functions from changeset-map and real-changesets-parser are not present in the production build, so we need to add it to the namedExports on the rollup config.

Thanks for the suggestion on documenting better the changelog!