Skip to content

Simple demonstration of PHP site with Leaflet map where you can share your location with others

License

Notifications You must be signed in to change notification settings

nivs1978/MapShare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MapShare

Simple demonstration of PHP site with Leaflet map where you can share your location with others. This is a work in progress. The code is not complete and may contain bugs.

##Database Create a single table "cars": CREATE TABLE cars ( id varchar(36) NOT NULL, name varchar(20) NOT NULL, latitude double NOT NULL, longitude double NOT NULL, timestamp datetime NOT NULL, PRIMARY KEY (id) )

About

Simple demonstration of PHP site with Leaflet map where you can share your location with others

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages