nicowesse / geoxml3

Automatically exported from code.google.com/p/geoxml3
0 stars 0 forks source link

No markers on map #65

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Created a terrain map in Google Maps
2. Reading KML file from URL using the parser

What is the expected output? What do you see instead?
I should see a series of markers showing locations of shipping incidents on the 
map.

What version of the product are you using? On what operating system?
I'm using v3 on Weblogic (running under Windows)

Please provide any additional information below.
Here's my javascript for the map and parser:

var center = new google.maps.LatLng(0, 0);

var myOptions = {
    'zoom': 1,
    'center': center,
    'mapTypeId': google.maps.MapTypeId.TERRAIN
};

var mymap = new google.maps.Map(document.getElementById("map_canvas"), 
myOptions);
var myParser = new geoXML3.parser({map: mymap});
myParser.parse("http://msi.nga.mil/MSI_REST/AntiShipping/getMessage?service=WFS&
version=1.01&request=GetMessage&typename=SpecificSubRegion&filter=<filter><prope
rtyType><propertyName>subRegion</propertyName><propertyValue>63</propertyValue><
/propertyType><propertyType><propertyName>sortCol</propertyName><propertyValue>d
ate</propertyValue></propertyType><propertyType><propertyName>sortOrder</propert
yName><propertyValue>desc</propertyValue></propertyType></filter>&");

Original issue reported on code.google.com by david.l....@gmail.com on 18 Jul 2012 at 8:18

GoogleCodeExporter commented 9 years ago
If I copy the xml file to my server, it works:

http://www.geocodezip.com/geoxml3_test/v3_geoxml3_kmltest_linktoB.html?filename=
msi_nga_mil.xml

Original comment by geocodezip on 18 Jul 2012 at 10:47

GoogleCodeExporter commented 9 years ago
Lacking further information closing, if further information indicating a 
problem with geoxml3 is provided, can be reopened.

Original comment by geocodezip on 26 Jul 2012 at 6:40