Hi, Map visualization is developed with leaflet in zeppelin (PR#152 <https://github.com/apache/incubator-zeppelin/pull/152>) Data validation services also added for Map charts.
Documentation can be found in PR#203 <https://github.com/apache/incubator-zeppelin/pull/203>, Here are some blog post on them 1. Introducing New Chart Library and Types for Apache Zeppelin[1] 2. Tutorial with Map Visualization in Apache Zeppelin [2] 3. Zeppelin Data Validation Service [3] [1] http://madhukaudantha.blogspot.com/2015/08/introducing-new-chart-library-and-types.html [2] http://madhukaudantha.blogspot.com/2015/08/tutorial-with-map-visualization-in.html [3] http://madhukaudantha.blogspot.com/2015/08/zeppelin-data-validation-service.html Thanks On Mon, Jul 13, 2015 at 12:47 AM, madhuka udantha <[email protected]> wrote: > Hi All, > > We found two options, OpenLayers and Leaflet. > > - Leaflet very simple to use, > - Leaflet is a petite 64K size, compared to over 700K Openlayers > - We are not interested in connectivity of the Geoserver and PostGIS > at the moment. > - Leaflet support mobile GIS apps evquien > > Seems Leaflet is much suit for requirement. > > [1] https://issues.apache.org/jira/browse/ZEPPELIN-157 > > Thanks > > On Wed, Jul 8, 2015 at 10:27 AM, Damien Corneau <[email protected]> > wrote: > >> I think this should work as long as the .js files are not included in the >> source code of the project. >> (needs to be imported: bower for example) >> >> On Wed, Jul 8, 2015 at 1:37 PM, madhuka udantha <[email protected] >> > >> wrote: >> >> > Yes, I check for the licenses for them. What is the most preferred one? >> > >> > *High Chart* >> > >> > - If it is used for personal or non-profit project then it is for >> free >> > under the Creative Commons Attribution-NonCommercial 3.0 License. >> > - OEM Licenses[1] allows you to distribute Highcharts (Company need >> to >> > contact HighChart) >> > >> > >> > *Google Chart* >> > >> > - Google controls API, code samples are in Apache 2.0 >> > - It is free to use the same chart tools Google uses, completely free >> > and with three years' backward compatibility guaranteed. >> > - (Some of the software required by or included in our APIs may be >> > offered under an open source license. Open source software licenses >> > constitute separate written agreements[3].) >> > - As we are going to used google API, we consent to be bound terms[2] >> > (Google APIs Terms of Service[3] ("API ToS") ) >> > >> > >> > [1] http://shop.highsoft.com/highcharts.html >> > [2] https://developers.google.com/chart/terms >> > [3] https://developers.google.com/terms/ >> > >> > On Wed, Jul 8, 2015 at 8:53 AM, Damien Corneau <[email protected]> >> > wrote: >> > >> >> I like geochart, lot of options. >> >> Highmaps looks good too. >> >> >> >> Did you check about licenses and how we could include them in the >> project? >> >> >> >> On Wed, Jul 8, 2015 at 11:52 AM, madhuka udantha < >> >> [email protected]> wrote: >> >> >> >>> I am working on adding map visualization [1] for Zeppelin. I found 3 >> >>> libraries for map visualization. >> >>> >> >>> >> >>> - Google Map Chart >> >>> - Geochart >> >>> - Highmaps >> >>> >> >>> >> >>> >> >>> The '*Google Map Chart*' use the Google Maps API. Data values can be >> >>> coordinates. I contain satellite imagery (terrain map). Since >> 'Google Map >> >>> Chart' is with Google map It could be the best matching for our need. >> >>> >> >>> >> >>> '*Geochart*' is also coming from google chart. It is using line >> >>> drawings rather than satellite imagery. A geochart is rendered within >> the >> >>> browser using SVG or VML. Note that the geochart is not scrollable or >> >>> draggable, and it's a line drawing rather than a terrain map. >> >>> >> >>> >> >>> '*Highmaps*' is from Highcharts geo maps. It contain Highmaps plugin. >> >>> Highmaps loads its maps from GeoJSON. >> >>> >> >>> >> >>> Your ideas are welcome in here. >> >>> >> >>> >> >>> >> >>> [1] https://issues.apache.org/jira/browse/ZEPPELIN-157 >> >>> >> >>> [2] https://developers.google.com/chart/interactive/docs/gallery/map >> >>> >> >>> [3] >> >>> https://developers.google.com/chart/interactive/docs/gallery/geochart >> >>> >> >>> [4] http://www.highcharts.com/docs/maps/ >> >>> >> >>> -- >> >>> Cheers, >> >>> Madhuka Udantha >> >>> http://madhukaudantha.blogspot.com >> >>> >> >> >> >> >> > >> > >> > -- >> > Cheers, >> > Madhuka Udantha >> > http://madhukaudantha.blogspot.com >> > >> > > > > -- > Cheers, > Madhuka Udantha > http://madhukaudantha.blogspot.com > -- Cheers, Madhuka Udantha http://madhukaudantha.blogspot.com
