Fix unterminated statements
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
0: {externalGraphic: "../img/marker-blue.png"},
|
||||
1: {externalGraphic: "../img/marker-green.png"},
|
||||
2: {externalGraphic: "../img/marker-gold.png"}
|
||||
}
|
||||
};
|
||||
|
||||
// add rules from the above lookup table, with the keyes mapped to
|
||||
// the "type" property of the features, for the "default" intent
|
||||
@@ -69,7 +69,7 @@
|
||||
|
||||
var context = function(feature) {
|
||||
return feature;
|
||||
}
|
||||
};
|
||||
var styleMap = new OpenLayers.StyleMap();
|
||||
|
||||
// create a lookup table with different symbolizers for the different
|
||||
|
||||
Reference in New Issue
Block a user