I have been pointed to help our IT dept to embeded GIS ability in our custom ERP system. The server that host the system has the following standard settings : Apache, PHP, MySQL and JavaScript. The problem is our IT guys not allowed me in "messing" with their system, so to suggesting installing mapserver or geoserver or other gis capable server is highly restricted.
Their current solution is converting our native mapinfo tab files into svg files. IMHO this solution will not answered the management needs.
I am thinking to use pure openlayers, another problem is the only way to read our tab files is by convert them into geojson.
The concept on their mind is all of GIS data is inserted into MySQL, I've heard about MySQL-GIS but I don't know how the plugin is supported today.
Basicly I don't do the job, I just give them the right direction, but with this limitation I can't figure out how to achieve this.
So to cleared out my question is, I have a standard Apache, PHP, MySQL and JavaScript system, I'm hoping my GIS data is read and write from or to MySQL. How can I turn that standard web system into GIS capable system without changing any setting on my server? OpenLayers are welcome.
Any suggestion are most welcome.
Regards, Zery