remove timer

parent 97624ba8
...@@ -235,8 +235,6 @@ ...@@ -235,8 +235,6 @@
<strong> <strong>
<a href="http://www.centrogeo.org.mx/">© 2018 Centro de Investigación en Ciencias de Información Geoespacial</a> <a href="http://www.centrogeo.org.mx/">© 2018 Centro de Investigación en Ciencias de Información Geoespacial</a>
</strong> </strong>
</footer> </footer>
{% endblock %} {% endblock %}
...@@ -247,9 +245,5 @@ ...@@ -247,9 +245,5 @@
var osmap = new sidtMap("map", -89.63873079999999,21.0404457, 7); var osmap = new sidtMap("map", -89.63873079999999,21.0404457, 7);
osmap.geolocation(); osmap.geolocation();
osmap.addInteraction(); osmap.addInteraction();
setTimeout(() => {
osmap.addPolygon();
},5000);
</script> </script>
{% endblock %} {% endblock %}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment