Skip to content

Commit

Permalink
#177 fix saline formation field name
Browse files Browse the repository at this point in the history
  • Loading branch information
webgisdeveloper committed Jan 11, 2022
1 parent c631d9a commit f8b4599
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions simccs_maptool/static/js/leafletMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,14 @@ var sink_sco2t_layer = L.tileLayer.betterWms("https://simccs.org/geoserver/SimCC
format: 'image/png',
transparent: true,
attribution: "SimCCS",
propertyName: 'name,sinkcapacity,sinkfixedcost,wellfixedcost,wellvarom',
propertyName: 'Sink_ID,fieldCap_M,wellCap_Mt,varOM_d_tC',
zIndex: 2
});

var sink_oil_eor_layer = L.tileLayer.wms("https://simccs.org/geoserver/SimCCS/wms?", {
var sink_oil_eor_layer = L.tileLayer.betterWms("https://simccs.org/geoserver/SimCCS/wms?", {
layers: 'SimCCS:NATCARB_OG_Test',
format: 'image/png',
transparent: true,
propertyName: 'FIELD_NAME,VOL_LOW,wellCap',
zIndex: 3
});

0 comments on commit f8b4599

Please sign in to comment.