Zh OpenStreetMap, new menu item for J4

Extensions
Hi I ported placemark details menu item, therefore you can create details menu item and also can use "Details" button in placemark popup toolbar. I change using bootstrap to it last version for displaying image gallery in detail view. I also did little fixes (removed J3 calls) in some files.
Read More

Zh GoogleMap, new menu item for J4

Extensions
Hi I ported placemark details menu item, therefore you can create details menu item and also can use "Details" button in placemark popup toolbar. I change using bootstrap to it last version for displaying image gallery in detail view. I also did little fixes (removed J3 calls) in some files.
Read More

Zh OpenStreetMap, code review

Extensions
Hi I change my extension to load some libraries from unpkg.com There is list of it:* Leaflet* MarkerCluster* Elevation In this case I can more easily use it without including in extension. Next step - remove it from extension if there is no any problem.
Read More

Zh OpenStreetMap, bugfixes for migration J3 to J4

Extensions
Hi I added 2 SQL files for case you do migration on existing J3 version of extension (version of extension 7.*) to J4 version (version of extension 8.*) It migrate not required columns (params) and datetime columns and update data to correct values. And you will not get error "Field 'params' doesn't have a default value" Get last release in extension manager or from JED Cheers,Dmitry
Read More

Zh OpenStreetMap, new article map overview plugin

Extensions
Hi. I created new plugin (content). Now you can show map in an article, which data configured for using Article Map Overview Module. Ie you created field group and define fields for latitude, longitude (and icon and other properties), and use it in module. Now you can just call plugin in your article, and all this data will be used to create map. Here description for plugin Just install last version of package by Extension Manager I also refreshed translation for all parts of extension
Read More

Zh OpenStreetMap, GeoJSON can be displayed and other features

Extensions
Hi. Added a few features by paths you can show GeoJSON datain path added field "Override Styles" - enable/disable style override, defined in KML/GPX/GeoJSON files. It doesn't work with internal parser, because in this case I don't override styles from paths properties (in future I'll add ability)in Popup Styles added 2 fields to set offset of popup. By default it connected to placemark bottom center. If you need, for example show it above icon - just set offset by Y, and apply * if you want for only one placemark (Appearance properties, Popup style field)* if you want to all placemarks - just create/change override and set popup style thererefreshed all translations
Read More

Zh OpenStreetMap, new option

Extensions
Now my js files have VERSION in case discovering problem when your installation is not correct work in CDN servers, ie in some cases new release is not correctly install (not update JavaScript files) In component options added new parameter "Load delay". It is done - for some reasons you need to start map initialization with delay.
Read More