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.
Component References:
Now we've transferred issues to jira issue tracker
Run the project with -DgoogleAPIkey=yourKeyHere VM argument to set your google API key.
Run mvn jetty:run
on gmapsz parent pom to build the library and launch the test app
After running test app (above), access testing panel at http://localhost:8080/gmapszTest/test2/ Use left-side navigation to select test case
Create test case file under /gmapszTest/src/main/webapp/test2
Current test file name convention: ZKGMAPS-[tracker entry number].zul
Then add the test file to /gmapszTest/src/main/webapp/test2/config.properties
Run the project again and access http://localhost:8080/gmapszTest/test2/
to run test
- 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
- Update versions in all places, run update_version.py
- Update release note. get from JIRA
- Build and publish to maven by jenkins2 - Build_ZK_Addons