Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
markers
- Page 1
How to put in a line break between my map map markers in XML
Programming
Web Development
14 Years Ago
by deucalion0
…window.gmarkers.push(marker); return marker; } // == shows all
markers
of a particular category, and ensures the checkbox is checked…machineheadmembersbox').onclick = boxclick; // == rebuilds the sidebar to match the
markers
currently displayed == function makeSidebar() { var html = "";…
Help Numbering GoogleMap Markers
Programming
Web Development
13 Years Ago
by stoopkid
…'t get my Google Map to properly number the
markers
. Any help would be greatly appreciated. I've …map_url, function(data) { var xml = GXml.parse(data); var
markers
= xml.documentElement.getElementsByTagName("marker"); for (var i = … out, but I simply can't get the
markers
to display 1,2,3,4,5...etc based…
Re: Help Numbering GoogleMap Markers
Programming
Web Development
13 Years Ago
by Airshow
…: [CODE] function load() { var address, area, i, map, map_url, marker,
markers
, name, num, pic, point, type, xml; var url = document.location….627944), 13); GDownloadUrl(map_url, function(data) { xml = GXml.parse(data);
markers
= xml.documentElement.getElementsByTagName("marker"); for (i=0; i…
Google Maps Removing All Markers/Clusters
Programming
Web Development
11 Years Ago
by moone009
…markMap(latLng, content); } var markerCluster = new MarkerClusterer(map,
markers
); } function markMap(position, content){ var marker = new google… { for (var i = 0; i <
markers
.length; i++) {
markers
[i].setMap(map); } } // Removes the overlays from…
Re: How to put in a line break between my map map markers in XML
Programming
Web Development
14 Years Ago
by thePhallex
…].getAttribute("label")+"</div>"; var
markers
= xmlDoc.documentElement.getElementsByTagName("marker"); for (var i = 0…, len =
markers
.length; i < len; ++i) { side_bar_html += "<p>…
Re: How to put in a line break between my map map markers in XML
Programming
Web Development
14 Years Ago
by Airshow
… something that the javascript can read/interpret to display the
markers
in sets, eg, to do treat the summary differently from…
Re: How to put in a line break between my map map markers in XML
Programming
Web Development
14 Years Ago
by Airshow
… through the markersets, and the loop will go through the
markers
in each markerset in turn. Code to put dividers in…
Re: How to put in a line break between my map map markers in XML
Programming
Web Development
14 Years Ago
by Airshow
thePhallex, That's because [ICODE]xmlDoc.documentElement.getElementsByTagName("marker");[/ICODE] finds all <marker>s in the document, regardless of category. Try: [ICODE]var
markers
= categories[c].getElementsByTagName("marker");[/ICODE]. [B]Airshow[/B]
Re: How to put in a line break between my map map markers in XML
Programming
Web Development
14 Years Ago
by thePhallex
…;s in the document, regardless of category. Try: [ICODE]var
markers
= categories[c].getElementsByTagName("marker");[/ICODE]. [B]Airshow[/B…
How to Move the Place Markers
Programming
Web Development
12 Years Ago
by jajack007
… strokeColor: "#FFAA00" }); // create the
markers
for the two locations var marker1 = new google.maps.…lt;/div>'; // create info boxes for the two
markers
var infowindow1 = new google.maps.InfoWindow({ content: text1…
NetBeans - no error markers?
Programming
Software Development
11 Years Ago
by JamesCherrill
…bizarre thing just happened in NetBeans - the red error
markers
on the LHS of the editor window have all …when I do a clean/rebuild, but no error
markers
in the edit window and therefore no suggestions or …corrections available. Other
markers
such as those that show overridden methods are still present…
i want dynamic direction draw of place between two markers in google maps
Programming
Web Development
12 Years Ago
by jajack007
… strokeColor: "#FFAA00" }); // create the
markers
for the two locations var marker1 = new google.maps.…lt;/div>'; // create info boxes for the two
markers
var infowindow1 = new google.maps.InfoWindow({ content: text1…
Google Maps API V3 Markers
Programming
Web Development
10 Years Ago
by tibormarias
… to ask your kind help about showing just the selected
markers
in Google Maps API V3. I have a HTML select…; </select> I have the API V3 and the
markers
-> function appartments() { var get_id = document.getElementById('selectField'); console.log…
Loading text\skipping "markers"
Programming
Software Development
17 Years Ago
by wallish
… = stuff Name = John Job = Student Whatever = things [/code] The place
markers
are just for readabilty of the resulting text file. So…
List markers behind li background image in IE
Digital Media
UI / UX Design
16 Years Ago
by Lucrezia
…; [/CODE] The <li> background-image hides the list
markers
in IE, whereas in all other browsers the list marker…
Re: List markers behind li background image in IE
Digital Media
UI / UX Design
16 Years Ago
by Lucrezia
You're right! In your code, the list
markers
do appear in front of the background images! WTF? I'll try to isolate the issue I had, and I'll post my findings. Thanks!
Re: List markers behind li background image in IE
Digital Media
UI / UX Design
16 Years Ago
by langsor
… this latest version of Opera 9.51 with the list
markers
over the background image...so I can't debug it…
multiple markers on google map
Programming
Web Development
13 Years Ago
by karthik_ppts
Hi Frendz, How to show all
markers
on google maps which are in different places?
Number Google Map Markers
Programming
Web Development
13 Years Ago
by stoopkid
All I am trying to do is place the marker number in the map. I was able to do this with V2 of Google Map API, but now I have not a clue how to do it in V3. I've exhausted Googling this issue, and now come to my favorite forum. Does anyone know how to place numbered label
markers
using Google Map v3? Thanks, Michael
Re: Number Google Map Markers
Programming
Web Development
13 Years Ago
by pritaeas
[url]http://stackoverflow.com/questions/2436484/how-can-i-create-numbered-map-
markers
-in-google-maps-v3[/url]
Routing line between markers
Programming
Web Development
13 Years Ago
by trektrak
… secs... I would love to add route line between the
markers
.. I believe this is possible to do so... Any suggestion…
Re: How to put in a line break between my map map markers in XML
Programming
Web Development
14 Years Ago
by deucalion0
Thanks a lot Airshow I appreciate the help. I cannot actually get it to work though, I tried for a while, but is it perhaps because I need to change some of the javascript also? Thanks!
Re: How to put in a line break between my map map markers in XML
Programming
Web Development
14 Years Ago
by deucalion0
Thanks Airshow I appreciate your help with this, I will do as you suggested! Thanks!
Re: How to put in a line break between my map map markers in XML
Programming
Web Development
14 Years Ago
by deucalion0
Thanks very much that worked perfectly for me! Thanks!!!!!!!
Re: Help Numbering GoogleMap Markers
Programming
Web Development
13 Years Ago
by Airshow
sK, That's Google Maps V2 code, which is deprecated. If you convert to [URL="http://code.google.com/apis/maps/documentation/javascript/"]V3[/URL] then I may be able to help. [B]Airshow[/B]
Re: Google Maps Removing All Markers/Clusters
Programming
Web Development
11 Years Ago
by iamthwee
http://stackoverflow.com/questions/7961522/removing-a-marker-in-google-maps-api-v3
Re: NetBeans - no error markers?
Programming
Software Development
11 Years Ago
by ~s.o.s~
Strange indeed; have you tried deleting the Netbeans cache directory at `$userdir\.netbeans\[version]\var\cache\` or something along those lines?
Re: NetBeans - no error markers?
Programming
Software Development
11 Years Ago
by JamesCherrill
OK, just tried that (it's in appdata btw), but no difference after cache re-built.
Re: NetBeans - no error markers?
Programming
Software Development
11 Years Ago
by JamesCherrill
Update: Same project displays correctly in Netbeans 7.3.1, so maybe this is a recently-introduced bug in the 7.4 development version that I was using?
Re: Loading text\skipping "markers"
Programming
Software Development
17 Years Ago
by WaltP
strings or c-strings? You need to give us more information on how your program currently is written.
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC