Ошибка
- Dima
- Offline
- Platinum Member
Less
More
3 months 1 week ago #15891
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic Ошибка
При этом вы можете сохранить карту и потом заново открыть?
Don't forget support my developments: post review in JED , donate , help with translation
Please Log in or Create an account to join the conversation.
- Kastilio
- Offline
- New Member
Less
More
- Posts: 3
- Thank you received: 0
3 months 1 week ago - 3 months 1 week ago #15898
by Kastilio
Replied by Kastilio on topic Ошибка
Сейчас другая ошибка появилась. Если на карте нет ни одной метки, она выводится. Добавляю тестовую метку, карта не выводится, на её месте пусто, а под местом под карту выводится следующий текст:
Посмотреть можно по адресу:
inte.ru/index.php/o-kompanii/object
Code:
'; var contentStringHeadCluster1 = '
' + 'Тестовая метка 1'+ '
'; var contentStringBody1 = '
'+ ''+ ''+ '
'; marker1.properties.set("clusterCaption", contentStringHeadCluster1); marker1.properties.set("balloonContentHeader", contentStringHead1); marker1.properties.set("balloonContentBody", contentStringBody1); marker1.events.add("click", function (e) { }); zhymObjMgr_com_content_categories_24_0_1_map.PlacemarkAdd(0, 1, marker1, null); findMyPosition_com_content_categories_24_0_1_map("Map", null); zhymObjMgr_com_content_categories_24_0_1_map.enablePlacemarkClusterization(); zhymObjMgr_com_content_categories_24_0_1_map.InitializeByGroupState(); var toShowLoading = document.getElementById("YMapsLoading_com_content_categories_24_0_1_map"); toShowLoading.style.display = 'none'; } function PlacemarkByIDShow_com_content_categories_24_0_1_map(p_id, p_action, p_zoom) { alert("This feature is supported only when you enable it in map menu item property!"); } function findMyPosition_com_content_categories_24_0_1_map(AutoPosition, Coords) { if (AutoPosition == "Button") { if (Coords == null) { ymaps.geolocation.get({ mapStateAutoApply: false }).then(function (res) { var mypos = res.geoObjects.get(0); p_center = mypos.geometry.getCoordinates(); map_com_content_categories_24_0_1_map.setCenter(p_center); }); } else { p_center = Coords; map_com_content_categories_24_0_1_map.setCenter(p_center); } } else { ymaps.geolocation.get({ mapStateAutoApply: false }).then(function (res) { var mypos = res.geoObjects.get(0); p_center = mypos.geometry.getCoordinates(); map_com_content_categories_24_0_1_map.setCenter(p_center); }); } } /*]]>*/
Last edit: 3 months 1 week ago by Kastilio.
Please Log in or Create an account to join the conversation.
- Kastilio
- Offline
- New Member
Less
More
- Posts: 3
- Thank you received: 0
3 months 1 week ago #15916
by Kastilio
Replied by Kastilio on topic Ошибка
Я так понимаю, что часть кода вылезла за пределы тега script, поэтому карта не отображается.
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
3 months 1 week ago #15917
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic Ошибка
Добрый день.
Я такое видел, это какой-то плагин такое делает, добавляет
Смотрите активные плагины (попробуйте отключать по одному - найдете), поищите на форуме, такое уже было много раз
Я такое видел, это какой-то плагин такое делает, добавляет
Code:
</script></div>
Смотрите активные плагины (попробуйте отключать по одному - найдете), поищите на форуме, такое уже было много раз
Don't forget support my developments: post review in JED , donate , help with translation
Please Log in or Create an account to join the conversation.
Time to create page: 0.243 seconds