Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

124
Views
Html map & overlays

Does anyone know a way to add a map and a KML file as an overlay on top of it? Ive tried openlayers, but all i could get working was the map, overlay hasnt worked for me. Im trying to make a map and a couple buttons that when clicked, they display different paths as overlays. Buttons are ready, the missing part is the map, overlay and javascript. This is what I've done so far

<!doctype html>
<html>
    
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
.map {
        float: left;
        background-color: #f7f7f7;
        width: 100%;
        height: 100%;
            }
</style>
</head>
<body>
<div class="map" id="demoMap" > </div>
<script src="OpenLayers.js"></script>

     
<script>
    
    map = new OpenLayers.Map("demoMap");
    map.addLayer(new OpenLayers.Layer.OSM());
    map.zoomToMaxExtent();
</script>
    
</body>
    
    
</html>
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!