Zh OpenStreetMap for Joomla4, new features and bugfixes

Extensions
Hi I reviewed my code for bugs and ported features from Joomla3 enabled utilities section-- import placemarks from CSV file-- import placemarks from Zh GoogleMap extension-- import placemarks from Zh YandexMap extension fixed bugs for list forms (some indefinite variables) fixed bugs for not saving values (for example, can't remove publishing dates) you can disable show time for path elevation removed ordering feature from some list forms (where it is not needed) some other improvements Cheers,Dmitry
Read More

Zh OpenStreetMap, added ajax features for J4 release

Extensions
Hi I added dynamically loading map objects or popup content. It works as in J3. I noticed, that ajax loading is not works for File layers (KML/GPX and so on), it didn't implemented in J3. I hope in nearest month or two I will implement this feature and rewrite behavior for popup and hover text for this layers (not only from file, but also as it is done for simple lines, circles ...) I also rewrite all parts of extension to reuse my code (as it was done in J3)
Read More

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