Terrastories / terrastories

Terrastories is a geostorytelling application for mapping, managing and sharing place-based stories.
https://terrastories.app
MIT License
319 stars 157 forks source link

[Custom themes] Let's make it possible to set the map center, extent, zoom, pitch, and bearing for a community in Theme #587

Closed rudokemper closed 3 years ago

rudokemper commented 3 years ago

Now that we have a Theme model in Rails, let's make it possible to set the default map center, boundaries, zoom, pitch, and bearing for a community. Currently, these are hard coded in Map.jsx.

Acceptance criteria:

maxkadel commented 3 years ago

Interested in working on this one!

(also, if you put spaces between the []s you can use the checkmarks)

maxkadel commented 3 years ago

If these values aren't set in the theme, what should the defaults be? The current defaults work well with the seed set, which is set to the 2 US coasts.

image

lauramosher commented 3 years ago

@rudokemper Do you have thoughts on this?

rudokemper commented 3 years ago

Yep, because of the seed set I think the current defaults are fine. Thanks @maxkadel.