Map Library: Client-side or Server-side?
        Posted  
        
            by 
                Mahdi
            
        on Programmers
        
        See other posts from Programmers
        
            or by Mahdi
        
        
        
        Published on 2012-10-17T06:40:57Z
        Indexed on 
            2012/10/17
            11:21 UTC
        
        
        Read the original article
        Hit count: 408
        
As I have already asked here, I have to implement a Multi-Platform Map application. Now I have Mapstraction as an option which uses Javascript to implement the desired functionality. My question is, "Is there any reason/benefit to implement such a library (let say, Adapters) in Server-side (in my case, PHP)?"
As these maps are all based on Javascript, there is a big reason to use Javascript again to make the adapter also, so it would not be dependent to PHP, Java, or .NET for example. But is that all? I wish to hear your ideas and comments also. :)
© Programmers or respective owner