systemapic / systemapic.js

Systemapic Javascript API
https://systemapic.com
0 stars 3 forks source link

Merging layers (not data) feature #75

Open jorgenevil opened 8 years ago

jorgenevil commented 8 years ago

We have talked about merging files (that you add one file to another in PostGIS), but I also think it could be interesting to load a set of data as one layer (without merging the data). That way we can reduce requests dramatically, and you can build layers based on files. This could be practical i.e. for downloaded data at different WFS's, that often only gives you small sections per download. It might also be practical to do it this way (and not to merge files directly) to keep the PostGIS tables small.

Does this depend on ::pseudo feature?