Skip to content

lifeinthegrid/MapIt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#MapIt 2.0 ##Maps Made Your Way!

MapIt is 100% Free jQuery plug-in that interacts with the Google Maps API. MapIt groups and organize all your locations into an easy to use interface. All the heavy lifting is done so you don't have to learn the Google API. Just edit the XML configuration file and your ready to share your locations.

Start Here: http://lifeinthegrid.com/mapit
Demos Here: http://lifeinthegrid.github.io/demos/mapit

##License

  • The Duplicator is licensed under the GPLv2 or later:
  • Attribution is required for MapIt, and very much appreciated:
    • Please use: MapIt - http://lifeinthegrid.com/mapit

##Usage

MapIt will only work from an "http(s)://" path. Do not try "file:///"
To use plugin extract the zip file to your web server then browse to index.html
The demos make references to Google's CDN network which requires internet access

  1. To get started copy an existing demo and then modify.
  2. Move the source code to the location on your web server.
  3. Check that all paths map correctly to the locations of where you moved each file (scripts, links, code).
  4. Set "cacheXml" to true only in production. If dynamically generating the XML file then set to false.

##Versioning

MapIt is maintained under the Semantic Versioning as much as possible. Releases will be numbered with the following format:

<major>.<minor>.<patch>

And constructed with the following guidelines:

  • Breaking backward compatibility bumps the major (and resets the minor and patch)
  • New additions, including new features, without breaking backward compatibility bumps the minor (and resets the patch)
  • Bug fixes and misc changes and small features bumps the patch

##Author

About

Main MapIt Source Files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published