Elmatsidis Paul
Elmatsidis Paul

Reputation: 465

Web tech-stack for interactive geo maps?

I want to implement Web project that will primarily:

  • consist of some kind of map (google maps,open street map, etc) of my local place (city/village)

  • appear in real-time with colorful tags on map which shop is open/close

  • on clicking on tag/point will popup a message info with photo and details of shop

What alternatives/stack technology are suitable for this case(open source project)? Only free suggestions, without any $ plan.

Upvotes: 0

Views: 289

Answers (1)

niklas
niklas

Reputation: 3011

Use a web framework of your choice or just javascript and leafletjs (based on openstreetmap).

Upvotes: 1

Related Questions