Insert Data in the middle of a KML file Programming Software Development by eliza2044 … </coordinates> </LineString> </Placemark> <!-- Placemark point --> <Placemark> <name>IconStyle.kml</name…,34000</coordinates> </Point> </Placemark> <!-- Placemark #2 --> <Placemark> <name>Google Earth - New… Using List<T> .Where, how can I use it in if statement Programming Software Development by pepyrs … (from Gridview on the page) { kml.WriteStartElement("Placemark"); kml.WriteElementString("name", "Pad "…WriteElementString... else set the normal picture of the placemark. I hope it is understandable and you can… Re: Using List<T> .Where, how can I use it in if statement Programming Software Development by pepyrs … "Pre-Commissioning" ->then put pic1 for the placemark When I think about it now... I don't now… search xml continue if variable does not exist Programming Web Development by freshfitz …]<CFOUTPUT> <cfset dLatitude = #ListGetAt(xml.kml.Response.Placemark.Point.coordinates.XmlText, 1)#> <cfset dLongitude = #ListGetAt(xml….kml.Response.Placemark.Point.coordinates.XmlText, 2)#> </CFOUTPUT>[/CODE] xml… coordinates Programming Web Development by gedas … are going on google maps so for example : [CODE] <Placemark> <name>mark zero</name> <…> <latitude>51.472133</latitude> </Placemark> [/CODE] the above coordinates are in xml format which… A - Level Computing Project: KML implementation into Tkinter Programming Software Development by Bazal …;</displayName> </SimpleField> </Schema> <Placemark> <name>Test Marker</name> <…,50.60696,0</coordinates> </Point> </Placemark> </Document> </kml> [/CODE] Tkinter Code… Re: A - Level Computing Project: KML implementation into Tkinter Programming Software Development by Bazal …;</displayName></SimpleField></Schema><Placemark><name>{fetch entry: Name}</name>…,50.60696,0</coordinates></Point></Placemark></Document></kml>') r.destroy() def… how to pass a simlpe list of data type struct to function Programming Software Development by Mona Ali …;http://www.opengis.net/kml/2.2"> <placemark> <name>obj2.type</name> <…,obj2.coordinates.y</coordinates> </Point> </placemark> </kml> } main #include <cstdlib> #include… Re: PHP and Google Maps Programming Web Development by liamfriel …;",htmlentities($json))); //Take care of accents $lng = $store_data->Placemark[0]->Point->coordinates[0]; $lat = $store_data->…;Placemark[0]->Point->coordinates[1]; //Return if($lng &&… Re: PHP and Google Maps Programming Web Development by whiteyoh …;br><br>"; echo $lng = $store_data->Placemark[0]->Point->coordinates[0]; echo "$lng<…;br><br>"; echo $lat = $store_data->Placemark[0]->Point->coordinates[1]; //Return if($lng &… Re: PHP and Google Maps Programming Web Development by liamfriel [CODE] I havent used it before but I assume its either similar to: $lat = $store_data->Placemark[0]->ExtendedData->LatLonBox->north[0]; or $store_data->Placemark[0]->ExtendedData->LatLonBox->north.nodeValue; [/CODE] Im afraid im a stumped but if you look up how json parses you might be able to figure our the syntax. Help with method Programming Software Development by wanda …(java.awt.Point p) { _state.reactToClick(this, p); } public void placeMark(java.awt.Point p) { //place the mark of the appropriate… Re: Help with method Programming Software Development by wanda …(java.awt.Point p) { _state.reactToClick(this, p); } public void placeMark(java.awt.Point p) { //place the mark of the appropriate… javascript and div settings Programming Web Development by Lightninghawk … expanded tables within the balloon that is open for each placemark. I want to know if there is a way I… Google Maps Javascript Only Working with Alert Box Programming Web Development by cw08 … work geocoder.getLocations(address[count], function(response) { var place = response.Placemark[0]; var point = new GLatLng(place.Point.coordinates[1], place… PHP and Google Maps Programming Web Development by whiteyoh …;code": 200, "request": "geocode" }, "Placemark": [ { "id": "p1", "address"… Re: PHP and Google Maps Programming Web Development by liamfriel …;code": 200, "request": "geocode" }, "Placemark": [ { "id": "p1", "address"… Re: PHP and Google Maps Programming Web Development by whiteyoh oh, just thought of 1 more question. i want to extract more info from the data so i followed the syntax of [code]$lat = $store_data->Placemark[0]->Point->coordinates[1]; [/code] as i want to get the 4 other markers "LatLongBox" Tried a few combinations but no joy Google maps -- a is undefined Programming Web Development by Manny7 ….Status.code === 200){ // toSource not for IE!!! var p = locations.Placemark[0].Point; //setup globaly vars for show image-map in… showing distance in miles on map when user draw points.. Programming Web Development by mangel.murti …("Status Code:" + response.Status.code); } else { place = response.Placemark[0]; if (place.address) { // alert(place.address); var arr = place… An ASP.Net generted KML file - how to properly open it on Android Programming Mobile Development by screwfacecapone … As Integer = 0 To latList.Count - 1 XMLwrite.WriteStartElement("Placemark") XMLwrite.WriteWhitespace(Environment.NewLine) XMLwrite.WriteElementString("name"… question about passing arguments to a javascript function from vb.net Programming Software Development by LOI_SE … code and call the Javascript function: 'markerplace' there is no placemark shown in my google maps. But when I setup the… Google Maps API v3 with dynamic relation to Mysql / PHP Programming Web Development by Gloak …;) == 0) { // Successful geocode $geocode_pending = false; $coordinates = $xml->Response->Placemark->Point->coordinates; $coordinatesSplit = split(",", $coordinates); // Format… Re: IE Running in the background playing audio ads Hardware and Software Information Security by Arekhon … c:\program files\explorer\Styles\SymbolImages\Placemark\Populated1.png c:\program files\explorer\Styles\SymbolImages\Placemark\Populated2.png c:\program files\explorer…\Styles\SymbolImages\Placemark\Populated3.png c:\program files\explorer… Re: Google Maps HELP please. Programming Web Development by mowen85 … your webpage. I'd make a map that contains a placemark showing the location of your business, then users can zoom… Re: Insert Data in the middle of a KML file Programming Software Development by Salem You can't insert into a text file. Read the whole thing in, make some changes, then write it all back out again. But as it seems to be XML, there's bound to be some handy class which makes easy work of serialising the data, and with access methods which allow you to traverse the document tree, and make changes to it. Re: Insert Data in the middle of a KML file Programming Software Development by eliza2044 [QUOTE=Salem;948794]You can't insert into a text file. Read the whole thing in, make some changes, then write it all back out again. But as it seems to be XML, there's bound to be some handy class which makes easy work of serialising the data, and with access methods which allow you to traverse the document tree, and make changes to it.[/QUOTE]… Re: Using List<T> .Where, how can I use it in if statement Programming Software Development by thines01 Are you asking the program if Any of the elements of the list is "Pre-Commissioning"? ...or something else? Re: Using List<T> .Where, how can I use it in if statement Programming Software Development by thines01 You put that inside of an "if" statement, so it's is not doing what you're thinking. If you're attempting to search the contents of two lists, you'll need to use Union instead of "&&" Re: Using List<T> .Where, how can I use it in if statement Programming Software Development by pepyrs Can you be more specific ... Union is used in sql isn't it ?