thisAKcode / fastapi_streetart_map

0 stars 0 forks source link

repaired after acciental revert #20

Closed thisAKcode closed 1 year ago

thisAKcode commented 1 year ago

Some functions were not running as expected, which was caused by revert of one of the merges.

Solution: I restored function in main.py that returns array of json that loci.js accepts.

bbelderbos commented 1 year ago

Not much to review, maybe we can discuss Friday in more detail what happened. Next steps? Any stoppers?

thisAKcode commented 1 year ago

Yeah noting to review actually,

I suggest the next steps are the following (priority descending) maybe you can help me with choosing the best from dev pint of view:

  1. add some more tables (layers) to map, e.g. data from lastfm api.
  2. create selector (htmx) that filters/renders records by country, city.
  3. create a button that can open up a table with data, make interact : click on map selects row in a table
  4. make rows editable in a table.
  5. render points in some fun wayhttps://geo.rocks/post/leaflet-hexbins/