shemesh
Member
Posted 9 months ago #
hi,
i want to build a website and need some help...
the idea is pretty simple and is very similar to http://mypiratebox.com/
letting user adding markers on a map with some additional data and later displaying the markers.
what is the best way to do this? and how?
save the new marker to my own db? or save it to wms?
either way - how?
tnx
http://wordpress.org/extend/plugins/leaflet-maps-marker/
well this feature is on the roadmap but will definitely still take lots of time as it is very complex & I'd like to develop other features first.
In general I'd add a new databasetable or a new column in current marker table to alkow an approving workflow for newly added markers.
regards,
Robert
PS: I'd appreciate your vote for the plugin on wordpress.org ;-)
shemesh
Member
Posted 9 months ago #
1) so u r saying to save it in my own db and not in some wms?
2) let's say all my markers are in my own db... how would i later show them all on a map?
tnx.
1) I would use an extra column in the db
2) showing those markers on the map would require some coding...
as said before - this is a bit complexer that it might seem at first glance