﻿
// Haritada kullanılacak style lar
var styleMaps = { cosmeticLayer: new OpenLayers.StyleMap({
    "default": new OpenLayers.Style({
        fillColor: "#82b1f1",
        strokeColor: "#535353",
        fillOpacity: 0.6,
        strokeWidth: 1
    }),
    "select": new OpenLayers.Style({
        fillOpacity: 0.6,
        fillColor: "#82b1f1",
        strokeColor: "#ff0000",
        strokeWidth: 3
    })
}), 



wfsLayer :  new OpenLayers.StyleMap({
        "default": new OpenLayers.Style({
        fillColor: "#ffa248",
        strokeColor: "#eb821b",
            fillOpacity: 0.05,
            strokeWidth: 1
        }),
        "select": new OpenLayers.Style({
            fillOpacity: 0.05,
            fillColor: "#ffa248",
            strokeColor: "#ff0000",
            strokeWidth: 3
        })
    })
};
