Zh OpenStreetMap, new feature – visualization

Extensions
Hi. Added some improements and features - map override - published state now is processed - visualization - sql data sources - structures - paths and placemarks body creation moved to separate files Now you can create SQL data source, describe its structure and use it in visualization (display paths based on this SQL clauses) Here examples for visualization which explains how to do it ;)
Read More

Zh OpenStreetMap feature to correct refresh map size when display on tabs

Extensions
Hi. In some cases you want to display maps on tabs. And if you show in on inactive tab and when click on it, you can get map with incorrect map size. The other case - when you show it on first tab (correctly) but change to the other tab and change browser window (for example maximize). In this case you can also get wrong size. Look at result image To fix it. Just create Override On Map tab enter your tab selector (ID or class). Select Invalidate Type One time - the container will be invalidated only on first time when you display map (show tab with map)Always - the container will be invalidated each time you display map (show tab with map) Case Always you can use in…
Read More

Zh OpenStreetMap, K2 overview map can correctly clear map for AJAX filter

Extensions
Hi. In K2 overview map you can set clear map by reset buttons when use AJAX requests for filter data. Here example, how configure K2 overview module and where you can get name and classes Form div you can find You need form div to correct find buttons, because on page you can have a few buttons with the same name. In my case I have div ID, and use it for access To find buttons In my case I have only classes (submit and reset), and I use it for access
Read More

Zh OpenStreetMap new features – import placemarks

Extensions
Hi. I added import placemarks from CSV file (like it is done in Zh GoogleMap), check its documentation (for OSM I hope I'll write it next month) https://wiki.zhuk.cc/index.php/Zh_GoogleMap_Description#Import_CSV I change view for Import from Zh YandexMap and Import from Zh GoogleMap from popups to native joolma style Fixed a few bugs (undefinite php variables). Fixed bug from last release for case - placemarks has different groups and enabled clusterization (it were not displayed in some cases)
Read More

Zh OpenStreetMap, new KML and GPX file parser

Extensions
Hi. I added 2 types into paths for File Layers* KML (Internal Parser)* GPX (Internal Parser) Check documentation for using KML and GPX files Now you can use internal path definition (from file), flexible show popups and tooltips. Use clusterer for placemarks and other features. I fixed CSS problem for map and popup (if popup has image), then for popup I set max-width=100% In component options I added map height - now you can define map height in admin panel (for map, placemark and path definition).
Read More