Zh GoogleMap, module and plugin support additional parameters

Extensions, Joomla!
Hi. I changed some styles in component (menu item) - width of fields. I added the same fields as in component into module (paths and routes), and apply width style for all parameters. In module now you can select map (not enter its ID) In plugin call by CategoryList and GroupList now there is a new parameter - ObjectTypeList. In it you can manage what map objects will be displayed by this Category or Group. By default it is placemark, for backward compatibility. And fixed double definition of paths for case dynamic loading map objects.  
Read More

Zh BaiduMap, code review and added a lot of features

Extensions
Hi. Finally I did new release. I reviewed all code. Added module. All parts of extension - component, module and plugin use one common code. Added new parameters for component call (menu item). You can manage h-tag (h2 or h3) for infowin by component options. Added ground overlays, labels for markers, dynamically loading placemarks and paths (by mootools or JQuery) or its content. Added style support for map, and CSS and JS files loading. For map div by default added default CSS style, which fix styles not only for component call, but also in plugin and module. Management by group list manage not only placemarks, but also paths. And it has autocomplete group search field, show all/hide all option. Added group sorting. In future will be added routes, map types,…
Read More

Zh GoogleMap, new improvements for Open Google Map feature

Extensions
Hi. I added new values into lists Map Details -> Integration-> Allow open Google Maps for map center placemark Placemark Details -> Integration-> Show open Google Maps   For map center, you can manage behavior open with drawing direction to your map center open simple map with marker, and marker created for your map center coordinates open simple map with marker, and marker created for your map title As a result, if you enter into title your company or place, which exists in Google's database, and set marker for title, it would be on left Google's panel and marker would created for your place. If you set marker for coordinates - this coordinates will be used Google for marker. The same for placemarks: you can open with drawing direction to…
Read More

Zh BaiduMap, new demo pages

Extensions
Hi there. I finally come back to developing extension for Baidu map. It was too hard to find out my API key, because I lost it due to VPS re-installation and unable to connect to my Baidu account due to required phone number and don't accept mine :) Today you can see demo pages, which show component and plugin abilities. http://joomla.zhuk.cc/index.php/zhbaidumap-main During the next few weeks I will review my code and change it to easy support and flexible adding new features. And, of course, I'll re-create documentation for this extension. Best wishes, Dmitry
Read More

Zh YandexMap, placemarks icon overrides by group

Extensions
Всем привет. По просьбам добавил поддержку переопределения иконок меток на уровне групп с помощью стандартный предопрелененных в АПИ, см. https://tech.yandex.ru/maps/doc/jsapi/2.1/ref/reference/option.presetStorage-docpage/. До этого можно было переопределить их только иконками, представленными файлами. Добавлены 3 параметра в подробностях группы. Marker (Icon File, Preset Icon with text, Preset Icon) Preset Standard Icon Icon Content Функционирует аналогично полям, которые есть в свойствах метки. Поле Marker для всех старых значений - Icon File. Если хотите выбрать какой-то предопределенный в АПИ тип иконки, указываете Preset Icon with text или Preset Icon, ну и заполняете поле Preset Standard Icon. Если нужно вывести текст в иконке (для случая Preset Icon with text) просто вводите необходимый текст в поле Icon Content. Единственная особенность - если у вас включено управление метками через список групп (и указан вывод иконки в списке), то…
Read More

Zh YandexMap, new parameter for centering map by placemark

Extensions
Всем привет. Для вызова элемента меню Карта (вызов компонента) добавлен необязательный параметр, позволяющий сменить центр карты. Параметром выступает идентификатор метки, которая есть на карте. Для вызова плагина - по списку меток, по списку групп и по списку категорий добавлен такой же параметр (7-й по порядку). Документация актуализирована.
Read More