[GIS] Is it possible to show markers from MySQL database with Javascript

javascriptleafletmarkersMySQL

I'm interested if it's possible to show markers (latit, longit) from MySQL database with Javascript libraries like Leaflet?

Best Answer

yes, it's possible. As long you have the coordinate, then you can display either using OpenLayers or GMap.