Skip to content

Commit

Permalink
#177 fix popup on geoserver
Browse files Browse the repository at this point in the history
  • Loading branch information
webgisdeveloper committed Jan 11, 2022
1 parent f8b4599 commit 591b5a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simccs_maptool/static/js/leafletMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ var source_all_test_layer_1 = L.tileLayer.betterWms("https://simccs.org/geoserve
format: 'image/png',
transparent: true,
attribution: "SimCCS",
propertyName: 'Name,Type',
propertyName: 'Name,Type,Total_CO2_',
zIndex: 99
});

Expand Down

0 comments on commit 591b5a3

Please sign in to comment.