kartevonmorgen / kartevonmorgen.ts

Mapping-Frontend to find and add sustainable Organisations (Initiatives, Companies) and Events on Kartevonmorgen.org / MapofTomorrow.org
https://kartevonmorgen.org/
GNU General Public License v3.0
11 stars 12 forks source link

Direct Link on entries does not center correctly #126

Closed wellemut closed 1 year ago

wellemut commented 2 years ago

Problem

Using a direct link to an entry opens the sidebar info correctly, but does not center the map correctly but just on Germany

Example: https://www.kartevonmorgen.org/m/main/ev/eeef6883f5a843c995e947b11521126d

Solution

Example: https://v0.kartevonmorgen.org/#/?entry=eeef6883f5a843c995e947b11521126d

navid-kalaei commented 2 years ago

I also found an other problem. we zoom on the pin but it's very easy to confuse the correct pin with others since the pin colors are very similar. shall I open a tooltip above the centered pin to emphasis? in my eyes highlighting is not enough. what do you think @wellemut ?

navid-kalaei commented 2 years ago

@wellemut we have the default_zoom and the close_zoom for the map. should I change the close zoom to 15 or rename it to the reginional zoom and add the value 15 as the close zoom? to simplify I rewrite the two alternatives, please choose one.

A.

{
  "map":{
    "default_zoom":6.0,
    "close_zoom":12.0
  }
}

B.

{
  "map":{
    "default_zoom":6.0,
    "close_zoom":15.0,
    "reginional_zoom":12.0
  }
}
wellemut commented 2 years ago

Yes this sound great

navid-kalaei commented 2 years ago
wellemut commented 1 year ago

Its great