Home > Article > Web Front-end > 7 Javascript map scripts to organize_javascript skills
Mapeed.AddressChooser is a JavaScript script used to create special effects that combine address forms and maps.
When selecting and entering an address in the address form, the geographical location is displayed on the map in real time. The default is to use Google Maps. You can also integrate other map services.
Use the jQuery plug-in GoogleMapsModal to realize the Google Maps simulation function and place Google Maps wherever you need.
jMaps is a jQuery plug-in that provides a simple API to access Google Maps.
jQMaps is a jQuery plug-in that provides a simple API to access Google Maps and add custom points and lines.
jQuery Maps Interface is a jQuery plug-in that provides interface support for Google and Yahoo maps
MapEasy implements basic GIS functions and simple feature annotation in the way of Google Map. Note that it is a pure client-side JS library that does not require any plug-ins and is completely separated from the background data acquisition method. You can place simple pictures on the server or set up your favorite map server (MapX, GeoServer, etc.) in the background. ), making it inherently lightweight and easier to deploy and expand in various environments. Although it is completely written in the weakly typed language JavaScript, the use of good OO design and patterns has not affected her perfect performance at all (it is also a trend that OO and patterns in JavaScript are receiving more and more attention now).
There are many map providers that provide different APIs. If you want to change providers, such as from Google Maps to MapQuest, you need to update the code. Mapstraction provides APIs of commonly used map providers. You only need one line of code to complete the conversion. .