nickumia / world

Example applications for NLP Framework
https://kamutiv.com
GNU General Public License v3.0
1 stars 0 forks source link

Setup Road Trip Blog #74

Closed nickumia closed 8 months ago

nickumia commented 1 year ago

TODO

References:

nickumia commented 8 months ago

Attempted to use: https://github.com/flatlogic/light-blue-react-template

nickumia commented 8 months ago

To try, maybe?

nickumia commented 8 months ago
import USAMap from "react-usa-map";

mapHandler = (event) => {
  alert(event.target.dataset.name);
};

<USAMap onClick={mapHandler} />

"react-usa-map": "^1.5.0"

nickumia commented 8 months ago

The "for now" solution is to use an embedded google maps iframe that is connected to my google maps account: https://www.google.com/maps/d/u/0/edit?mid=1oWfaNPsgA3cwiXu2pXvIBZT81r2FEnQ&usp=sharing

nickumia commented 8 months ago

Taken care of in: