ThinkGeo.com    |     Documentation    |     Premium Support

Route Indexing on Postgres database

Hi,


I am trying to create the route index file from a postgres layer. is it possible. I used the mapsuite route explorer and I see only shape files as input.



Ashitosh, 



Thanks for your post, yes, it's possible to create the route index file from PostgreSqlFeatureLayer. But I'm sorry that you can't use route explorer because it only contains very simple function be as a sample. 



You can use the code below or you can have a look at HowDoISapmles --> BuildingRoutingData. 


                PostgreSqlFeatureLayer p = new PostgreSqlFeatureLayer();
                RtgRoutingSource.GenerateRoutingData(rtgfilename, p.FeatureSource, BuildRoutingDataMode.Rebuild, GeographyUnit.DecimalDegree, DistanceUnit.Meter);



Regards, 



Gary