XoomCode / AcidMaps

Interpolated Images Generator
GNU Lesser General Public License v3.0
33 stars 10 forks source link

Installing on Ubuntu 11.10 64bit with Geoserver 2.1.3 #14

Open ghost opened 12 years ago

ghost commented 12 years ago

Hi, I'm very confused...

On the download page I see a bunch of files: https://github.com/XoomCode/AcidMaps/downloads

As for the README, I understand I have to install two items: 1) the JNI adapter 2) the Geoserver plugin

For the release and architecture above, which files am I supposed to use?

I tried every reasonable combination, but I still get a message "WARN [geoserver.ows] - Could not get a ServiceInfo for service ams thus could not check if the service is enabled" and all heatmaps looks blank.

Any help? Thanks!

maurimiranda commented 12 years ago

You should use the following files:

https://github.com/downloads/XoomCode/AcidMaps/AcidMaps_2.0_JNI_Linux_64_bit.tar.gz https://github.com/downloads/XoomCode/AcidMaps/AcidMaps_2.0_GeoServer_Plugin.tar.gz

You must put them in the right place:

JNI: /usr/lib/ Plugin: webapps/geoserver/WEB-INF/lib/ (under your geoserver directory)

ghost commented 12 years ago

Thanks for your answer :)

I deleted all the plugins+JNI I had previously installed just to make sure, downloaded the two files you linked, uncompressed in the directories you provided, but I still get a blank heatmap and this message in the log:

2012-02-05 10:42:46,155 WARN [geoserver.ows] - Could not get a ServiceInfo for service ams thus could not check if the service is enabled 2012-02-05 10:42:49,327 WARN [acidmaps.AcidMapService] - Processing request {SIMPLIFY_METHOD=3, BBOX=7,43,8,44, SERVICE=AMS, INTERVALS[]=0.1,0.2,0.4,0.8,1, HEIGHT=900, SIMPLIFY_SIZE=90, REQUEST=GetMap, RENDERER_TYPE=2, WIDTH=900, VERSION=1.1.0, FORMAT=image/png, INTERPOLATION_STRATEGY=2, LAYERS=minotest, VALUE_COLUMN=valore, RADIUS=40, INTERVALS_COLORS[]=0xffffff80,0xff000080,0xffff0080,0x00ff0080,0x0000ff80, SRS=EPSG:4326}

Any idea? Thank you again.