Skip to content

Instantly share code, notes, and snippets.

@emoen
Last active December 28, 2015 02:29
Show Gist options
  • Save emoen/7428074 to your computer and use it in GitHub Desktop.
Save emoen/7428074 to your computer and use it in GitHub Desktop.
var snitt = new OpenLayers.Layer.Vector("GML", {
protocol: new OpenLayers.Protocol.HTTP({
url: "spring/getgml",
format: new OpenLayers.Format.GML()
}),
strategies: [new OpenLayers.Strategy.Fixed()],
visibility: true,
projection: new OpenLayers.Projection("EPSG:32633"),
styleMap: styleMap
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment