So here is my XML: markers. Displaying markers with google map from a xml file. 'The resource cannot be displayed because the file extension is not being. I have got the concept of it working, the xml is created and the map appears centrally where I want it too, but it doesn't seem to be creating the markers from the.
Hi, I am new to Google Maps API and try to make this tutorial here, about creating map-markers from an xml-file: I cannot figure out, why my map did not show the markers out of my xml- file. Firefox error console told me that 'customIcons' is not defined.
I set one marker and the map-centre manually - those work fine and the map is shown, but without the data of the xml-file, maybe an experienced mapper is able to see the problem in notime. I got three ideas where the problem could be, but I think another reason causes this issue. Here are my ideas or circumstances I had to deal with: * I want to create a WordPress Plugin so I am not able to use the onload-event on the body-Tag, I decided to offer a link with an onclick-event which triggers the function 'load()'. * I am not an experienced JavaScript-coder, so maybe there is a mistake in syntax, anyway I used the error console and the only mistake is mentioned above.
I fixed the issue with the notdefined error message - I did not declared the array, actually I did declare it but forget to upload the new file. Maybe with this error message form Firefox JavaScript Error Console is easier to solve the bis problem: Fehler: uncaught exception: [Exception. 'Cannot modify properties of a WrappedNative' nsresult: '0x80570034 (NS_ERROR_XPC_CANT_MODIFY_PROP_ON_WN)' location: 'JS frame:: chrome://global/content/bindings/autocomplete.xml:: onxblpopuphiding:: line 828' data: no] Thanks for help. Conor 09.08.08 4:11. Not sure if you got your problem fixed Jochen. I had similar probelm and Raplh kindly offered a work around here.
Mike WIlliams tutorial page is also very helpful. George Morris Earn As You Learn Program: Software Free Download. On Jul 14, 4:19 pm, Jochen wrote: >I fixed the issue with the notdefined error message - I did not >declared the array, actually I did declare it but forget to upload the >new file. >>Maybe with this error message form Firefox JavaScript Error Console is >easier to solve the bis problem: >Fehler: uncaught exception: [Exception. 'Cannot modify properties of >a WrappedNative' nsresult: '0x80570034 >(NS_ERROR_XPC_CANT_MODIFY_PROP_ON_WN)' location: 'JS frame:: >chrome://global/content/bindings/autocomplete.xml:: >onxblpopuphiding:: line 828' data: no] >>Thanks for help. >>On 14 Jul., 16:58, Jochen wrote: >>>>>Hi, >>>I am new to Google Maps API and try to make this tutorial here, about >>creating map-markers from anxml-file: >>>I cannot figure out, why my map did not show the markers out of myxml->file. Firefox error console told me that 'customIcons' is not defined.