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 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

Zh GoogleMap, new built-in map type

Extensions
Hi there. I've added OpenTopoMap map type, you can use it as map predefined type for map, and map override type in plugin too. As for OpenStreetMap, this type you can enable in map details, just open it and set to Yes drop down list for OpenTopoMap. In plugin you can pass OPENTOPOMAP as map type for plugin call (be sure it enabled for your map)
Read More

Zh GoogleMaps, new feature – open route to your placemark by Google Maps

Extensions
Hi. I added new feature: you can easy build route to your placemark by native Google Maps page. To enable feature *  Go to map details, open integration tab, set "Allow open Google Maps" to Yes After that for each placemark, where you want too have this feature * Go to placemark details, open integration tab, select "Show open Google Maps" to Button or Link, and opening type (same or new page) Now a few images Button in infowin toolbar           Link in infowin text body           You can override text to your own, just use overrides. Create new override in component or modify if you already use it for your map. Go to integration tab of override and enter your text…
Read More