Some BIPES (www.bipes.net.br) users requested a map feature, allowing sensors to be seen on a map, with real time updates or even moving objects / vehicles on the map controlled from BIPES HTTP Web Requests.
In that way, we have built a simple, yet functional Geographic Information system for BIPES.
Source code is here:
https://github.com/rafaelaroca/bipes_maps/
How to use:
https://bipes.net.br/map/doc.html
Usage example:
1. Define a session ID, and make sure this session is clear for you.
https://bipes.net.br/map/clearSession.php?session=1763
2. Open the map with your session ID
https://bipes.net.br/map/main.php?session=1763
3. Manage the map as you prefer using this interactive interface to create / edit / delete / update markers:
https://bipes.net.br/map/crud/index.php/main/static
https://bipes.net.br/map/crud/index.php/main/dynamic
4. Use our webservices so that your application can update the map:
https://bipes.net.br/map/doc.html
For example, if you want to add a marker to the map:
Icon used:
https://image.flaticon.com/icons/png/512/2540/2540201.png
Add the same icon in another position
Add the same icon in another position, again!
The markers will automatically show on the map!
Now you can also move these markers with updatePosition or change data! Use BIPES HTTP GET Block to interact / control the map!
Happy BIPEing 😉