ThinkGeo.com    |     Documentation    |     Premium Support

How to use the Map generated with GIS Editor?

Hi,

I am trying GIS Editor to create customized map. There was a sample project for FriscoStreets map. How do I use the map data (all the layers) in WPF app? Is there a way to point data source to a folder instead of a single shape file?

Thanks,

Liang

Hi,

You can loop the folder, find all the shape files, create layer for each file and load them into WPF map.

And our GIS Editor is open source now, you can view it’s code to learn how the target function works.

But this project is a little complex, I suggest you view our other samples in https://github.com/thinkgeo

Regards,

Ethan