Remove ref to userProjection

The wms-custom-proj example sets a userProjection in the map while userProjection is gone for now. It was removed in 927cffb2.
This commit is contained in:
Éric Lemoine
2013-01-24 10:32:32 +01:00
parent 0945f19620
commit dc9fb06185

View File

@@ -52,9 +52,6 @@ var layers = new ol.Collection([
]);
var map = new ol.Map({
// By setting userProjection to the same as projection, we do not need
// proj4js because we do not need any transforms.
userProjection: epsg21781,
layers: layers,
renderers: ol.RendererHints.createFromQueryData(),
target: 'map',