Last modified: 2013-11-30 01:01:36 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T32727, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 30727 - Map is not loaded
Map is not loaded
Status: RESOLVED WONTFIX
Product: MediaWiki extensions
Classification: Unclassified
Maps (Other open bugs)
unspecified
All All
: Low normal (vote)
: ---
Assigned To: DaSch
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-09-03 12:29 UTC by DaSch
Modified: 2013-11-30 01:01 UTC (History)
2 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description DaSch 2011-09-03 12:29:06 UTC
Somehow Maps are not loaded
http://www.wecowi.de/wiki/Au%C3%9Fenseiter_%28O.C.,_California%29
when changing deleting the service from the "query" it trys to use googlemapsV3 although it's deactivated through configuration
Comment 1 Jeroen De Dauw 2011-09-03 18:06:21 UTC
Can you post your mapping related configuration?
Comment 2 DaSch 2011-09-03 19:01:46 UTC
$egMapsDefaultService = "openlayers";
$egMapsAvailableServices = array('googlemaps2', 'yahoomaps',
'openlayers','osm');
and the corosponding API Keys
Comment 3 Jeroen De Dauw 2011-09-04 15:25:55 UTC
I used this configuration and copied the wikitext of your map, and it works. Are you sure your API key is correct? Why are you using Google Maps v2?
Comment 4 DaSch 2011-09-04 18:54:02 UTC
I'm using googlemaps v2 because I always get the error that my browser is not compatible with googlemaps v3. I tested FF IE, Safari and Opera
Comment 5 DaSch 2011-09-04 19:05:39 UTC
I checked my API key and made a "demo-page" for the bug.
The strange thing is, that the maps works on this page, although I copied the wikitext from the page I postet at first

http://www.wecowi.de/wiki/WeCoWi:Bug_30727
Comment 6 Jeroen De Dauw 2011-09-04 19:56:34 UTC
Google Maps v3 should work, as should OpenLayers, and they both are on many wikis for many people, so I really think you're config is wrong. Likely suspects: API key, script path
Comment 7 DaSch 2011-09-04 23:28:11 UTC
The thing is, that it mainly works. Only in some context not.

Please compare this
http://www.wecowi.de/wiki/Au%C3%9Fenseiter_%28O.C.,_California%29#Drehorte
with this
http://www.wecowi.de/wiki/WeCoWi:Bug_30727/googlemaps_v3

the same wikicode does not work on the one page but on the other.

So it seams that all works correctly but in some cases there is some kind of interference with whatever, I don't know. But it does not work always. Please take a closer look on the two pages I posted above
Comment 8 Jeroen De Dauw 2011-09-05 14:36:17 UTC
They are both working for me...
Comment 9 DaSch 2011-09-05 20:02:13 UTC
Well that's really strange... now they also work for me.
I assign this bug to myself to keep an eye on this issue if any problems return
#30375 is also related
Comment 10 DaSch 2011-09-06 11:35:00 UTC
Well now the error is there again
It seams to me, that this might be some caching problem.
Sometimes Crtl+Shift+R in Firefox makes the map load
Comment 11 DaSch 2011-09-09 22:49:24 UTC
Well, it's not a caching issue.
I set
$wgMainCacheType = CACHE_NONE;
$wgParserCacheType = CACHE_NONE;
$wgMessageCacheType = CACHE_NONE;
in my LocalSettings and the error that the map is not loaded cause my firefox 6.0.2 is not compatible with googlemaps v3 although googlemaps v3 is deactivated in my configuration. So something is going totaly wrong here

This are my settings for the maps extension
$egMapsDefaultService = "openlayers";
$egMapsAvailableServices = array('googlemaps2', 'yahoomaps', 'openlayers','osm');

and this
{{#display_points:33.86410, -118.40246~Strandpromenade;33.72923, -118.344147~Golfplatz}}
should be displayed with openlayers when I understood the configuration options correctly
Comment 12 DaSch 2011-09-09 23:43:00 UTC
Well I now even tryed to create a screencapture, but all software for this is total bullshit. The point is, that repeatingly reloading the page makes the map work.
Comment 13 DaSch 2011-09-09 23:48:11 UTC
It also works the other way round, reloading the page tree of four times and the maps disappreas and my browser is not compatible with googlemaps v3 anymore. Although it isn't even activated
Comment 14 DaSch 2011-09-09 23:56:36 UTC
BTW: when including the options before including the extensions (that's the other way round as it is described in the manuel) the options are parsed correctly and openlayers is loaded by default
Comment 15 DaSch 2011-09-10 00:04:14 UTC
setting $egMapsDefaultService = 'googlemaps2'; does not have the same effect as setting service=googlemaps2 in the parser function.
The first still loads googlemaps V3
Comment 16 Jeroen De Dauw 2013-11-30 01:01:36 UTC
Bug in legacy version

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links