BeanShell script to get the WMS URL that JUMP is using
print(wc .getLayerManager() .getLayerables( com.vividsolutions.jump.workbench.model.WMSLayer.class) .iterator() .next() .createRequest(wc .getLayerViewPanel()) .getURL());
Engineering beautiful software | jon aquino labs | personal blog |
0 Comments:
Post a Comment
<< Home