Mercurial > pub > ImplabJs
comparison src/djol/WFSSource.js @ 14:5fd2a35d65c0
Слияние
author | cin |
---|---|
date | Fri, 08 Sep 2017 13:45:10 +0300 |
parents | 67a5de7581ad |
children | f750c89976d3 |
comparison
equal
deleted
inserted
replaced
13:3d4abbce4afc | 14:5fd2a35d65c0 |
---|---|
9 wfs = wfs.wfsURL; | 9 wfs = wfs.wfsURL; |
10 queryArgs = wfs.queryArgs; | 10 queryArgs = wfs.queryArgs; |
11 } | 11 } |
12 | 12 |
13 safe.argumentNotNull(wfs, "wfsURL"); | 13 safe.argumentNotNull(wfs, "wfsURL"); |
14 safe.argumentNotEmpty(featurePrefix, "featurePrefix"); | 14 safe.argumentNotEmptyString(featurePrefix, "featurePrefix"); |
15 safe.argumentNotEmpty(featureNS, "featureNS"); | 15 safe.argumentNotEmptyString(featureNS, "featureNS"); |
16 safe.argumentNotEmpty(featureType, "featureType"); | 16 safe.argumentNotEmptyString(featureType, "featureType"); |
17 | 17 |
18 var format = new ol.format.WFS({ | 18 var format = new ol.format.WFS({ |
19 featureNS : featureNS, | 19 featureNS : featureNS, |
20 featureType : featureType | 20 featureType : featureType |
21 }); | 21 }); |