aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--resources/map.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/resources/map.js b/resources/map.js
index 2a2d279..2896fad 100644
--- a/resources/map.js
+++ b/resources/map.js
@@ -48,12 +48,6 @@ $(document).ready(function() {
maxZoom: 18,
attribution: 'Map data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors'
});
- // L.geoJson(self.hospitalLayer, {
- // pointToLayer: function(feature, latlng) {
- // debugger;
- // L.circleMarker(latlng);
- // }
- // })
}
function onLocationFound(e) {