TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Amitesh Verma
NA
746
86.7k
KML layers in google map
Jul 25 2013 5:29 AM
i have a KML layer file...saved in my harddisk...select it and use it...i want code to get the layerrs from harddisk and display it....i got some codes...but i wasnt working...posting it...
function a2()
{
var chicago = new google.maps.LatLng(41.875696, -87.624207);
var mapOptions =
{
zoom: 11,
center: chicago,
mapTypeId: google.maps.MapTypeId.ROADMAP
}
var map = new google.maps.Map(document.getElementById('map-canvas'),
mapOptions);
var ctaLayer = new google.maps.KmlLayer(
{ url: 'C:/gmap.kml' }
);
ctaLayer.setMap(map); google.maps.event.addDomListener(window, 'load', a2);
}
Reply
Answers (
2
)
RDLC Report toggle visibility problem.
Visual Appearance for Form