/zkgmapsz

Primary LanguageJava

zkgmaps

The component used to represent Google Map API.

Google Map API is a popular javascript library that lets you embed Google Maps in your own web pages.

zk gmapsz components wrap the Google Map API and very easy to use.

License

Documentation

Component References:

Issues

Now we've transferred issues to jira issue tracker

Development Setup

  • start gmapszTest with maven jetty plugin with the current SNAPSHOT version
  • after modifying js, run gradle task install to install jar into local maven repository wait for several seconds, jetty will restart to reload jar

Release process

  1. Update versions in all places, run update_version.py
  2. Update release note. get from JIRA
  3. Build and publish to maven by jenkins2 - Build_ZK_Addons