cdmx hack

parent cc0d51f3
......@@ -168,8 +168,9 @@ function drawPolygon(element) {
var input_text = polygon.city;
if (polygon.geojson.geometry) {
if (polygon.geojson.properties.NOMGEO != "Ciudad de México" && polygon.geojson.geometry) {
var coords = osmap.formatCoords(polygon.geojson.geometry.coordinates);
// var biggest = osmap.getBiggestPolygon(coords);
osmap.addPolygon(coords);
input_text += ", " + polygon.state
......
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