Jon Aquino's Mental Garden

Engineering beautiful software jon aquino labs | personal blog

Thursday, June 03, 2004

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());

0 Comments:

Post a Comment

<< Home