I'm working on an application where a desired functionality is for users to start with the big picture (i.e. a single map layer), and gradually add more and more conditions to display only the area that satisfies all of them (i.e. the intersection of all the selected layers). I've been able to do this with Javascript on the client, but this has some performance issues and ideally I'd like to process this on the server.
The data I'm working with has already been prepared as polygonal layer or raster layer mapservices. Can I pull data directly from these services for processing?
أكثر...
The data I'm working with has already been prepared as polygonal layer or raster layer mapservices. Can I pull data directly from these services for processing?
أكثر...