From fd5906ac8d9cfa645e4a6da776a83008b3694903 Mon Sep 17 00:00:00 2001 From: Ilya Zverev Date: Mon, 16 Dec 2013 20:18:00 +0400 Subject: [PATCH] vector issues with leaflet --- faq.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/faq.md b/faq.md index 628900b..d625ee8 100644 --- a/faq.md +++ b/faq.md @@ -35,9 +35,17 @@ Maps uploaded to a central server (it doesn't need to be share.mapbbcode.org) al The drawback is that uploaded maps cannot be edited from a library, and editing link should be bookmarked. Of course, if the author has lost the link, he can fork the map and replace the old code with the new one. +**Map is buggy in Internet Explorer** + +If lines are not shown, that is a bug with both IE and Leaflet, and you'll need to alter security level of the current website. + +Open "Internet Options", select "Security" tab, click "Trusted", then "Sites" button and then click "Add". + **External maps are not loaded in Internet Explorer** -Open "Internet Options", select "Security" tab, click "Custom level..." button and find "Access data sources across domains" in "Miscellaneous" section. Set it to "Enable" and refresh the page. This setting is off by default, and I do not know a way to circumvent it. Please refer to the [relevant issue](https://github.com/MapBBCode/mapbbcode/issues/8) and submit a pull request to `MapBBCodeUI.Share.js`, if you know how to solve this problem. +Open "Internet Options", select "Security" tab, click "Custom level..." button and find "Access data sources across domains" in "Miscellaneous" section. Set it to "Enable" and refresh the page. + +This issue is solved in MapBBCode 1.2. **Why some dimensions are grayed out in a configuration panel?**