Open source geographical information system (GIS) / mapping platform to use with BIPES that allows easy manipulation of static and dynamic markers based on PHP, MySQL and Google Maps API.
BIPES Mapping Documentation
Mon May 24 09:39:25 -03 2021
https://bipes.net.br/map/main.php?session=1
Static markers are loaded when the page loads and their position are not updated any more.
Add, update and manage here: https://bipes.net.br/map/crud/index.php/main/static
Dynamic markers are loaded on map initializaton and can any atribute can be dynamically modified: position, icon, text, session, layer, etc.
Add, update and manage here: https://bipes.net.br/map/crud/index.php/main/dynamic/
You can specify the name of the marker, latitude, longitude, session, info to be shown on info window and its icon!
Will return the created ID!
Deletes all information / markers related to one session.
https://bipes.net.br/map/clearSession.php?session=10
Deletes a specific marker
https://bipes.net.br/map/deleteMarker.php?session=10&id=99
https://bipes.net.br/map/updatePosition.php?id=13&lat=-22&long=-5&session=5
for i in seq 1 20
;
do
lynx -dump "https://bipes.net.br/map/updatePosition.php?id=13&lat=-1$i&long=-5&session=5";
sleep 1;
done