Override interestingTagsExclude in GML layer - improve databrowser in US by ignoring vanilla TIGER nodes
This commit is contained in:
parent
95c6974763
commit
cdbfc1e341
1 changed files with 4 additions and 1 deletions
|
@ -210,7 +210,10 @@ page << <<EOJ
|
|||
|
||||
browseDataLayer = new OpenLayers.Layer.GML("Data", url, {
|
||||
format: OpenLayers.Format.OSM,
|
||||
formatOptions: { checkTags: true },
|
||||
formatOptions: {
|
||||
checkTags: true,
|
||||
interestingTagsExclude: ['source','source_ref','source:ref','history','attribution','created_by','tiger:county','tiger:tlid','tiger:upload_uuid']
|
||||
},
|
||||
maxFeatures: 100,
|
||||
requestSuccess: customDataLoader,
|
||||
displayInLayerSwitcher: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue