Skip to content

Commit

Permalink
Map marker with popup example
Browse files Browse the repository at this point in the history
  • Loading branch information
atomjoy authored Jun 28, 2024
1 parent b48a4e8 commit 8625002
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions demo/mapa.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,16 @@
<head>
<meta charset=utf-8>
<meta name=viewport content="width=device-width, initial-scale=1">
<meta name=description content="OpenLayer - Set map marker on click and get position.">
<title>OpenLayer - Set marker</title>
<meta name=description content="Map marker popup example.">
<title>Map marker popup</title>

<!-- OpenLayers map -->
<!--
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v6.4.3/css/ol.css" type="text/css">
<script src="https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v6.4.3/build/ol.js"></script>
-->
<script src="https://cdn.jsdelivr.net/npm/ol@v9.2.4/dist/ol.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/ol@v9.2.4/ol.css">

<!-- Map style -->
<link rel="stylesheet" href="ol-map.css">
Expand Down

0 comments on commit 8625002

Please sign in to comment.