[GIS] How to generate thumbnails from shapefile and display them on the web site

arcgis-desktoparcgis-javascript-apishapefilethumbnailweb-mapping

I tried to generate thumbnails from shapefile and display them on my web site (using jsp). I had been read this and this question. Very similar questions, but I know nothing about Python…

Is there any open source tools or projects to deal with it?Is there any solution or idea to implement it via ArcGIS JavaScript API or other solutions?

Best Answer

If this does not need to be automated then, since you are using ArcMap, you could use the built-in Create Thumbnails function for a layer.

Alternatively you could make a simple map showing only your shapefile, save it as a JPEG and down-sample it to thumbnail size with Photoshop or GIMP (you can do this in Arc obviously and set your resolution and page size way down)

If you have ArcMap, you don't need Mapnik or any other open source tools just to create an image of your data and you only need Python or Java etc if you want to automate the process!

Related Question