New Post: How to get SRID ?
I'm curious if it is possible to get and SRID / STSrid from a DotSpatial.Projections.ProjectionInfo object. Sorry, no answer, just another question :)
View ArticleNew Post: Obtain Featureset from map.featurelayer
Hi, I'm new developer. one question I have two polygon featurelayer in map and I want create another using ClipPolygonWithPolygon. in the documentations and example read this use featureset. I can use...
View ArticleNew Post: Status of BrutileLayer versus WebMap plugin
I forgot to mentionMbTiles file as tile source
View ArticleCreated Unassigned: Display problem form about maximizing the minimal...
When the form is initialized, the SHP file to display properly, the maximum at a minimum, the SHP file does not display.
View ArticleNew Post: Obtain Featureset from map.featurelayer
Dim yourFset as Ifeatureset yourFset = yourfeaturelayer.dataset this returns your layer as Ifeatureset try to see if this solves your problem Oscar
View ArticleNew Post: Status of BrutileLayer versus WebMap plugin
There is one issue I find using the Asynch mode tilefetcher I think i should mention: In the TileFetcher.GetTileOnthread() method this statement: var are = (AutoResetEvent)@params[1]; Causes an...
View ArticleNew Post: Gps server clinet
Hello, I am a vb and c# programmer, I want to implent a server-client application which will track vechiles through gps, I am a newbie in gps programming, I want to answer what will I need to create...
View ArticleNew Post: Spatialite-4.1.1
Hi all, Is anyone using latest versions of Spatialite i.e. 4.0 or 4.1.1 on 64 bit windows 7?
View ArticleNew Post: Getting System Date Time on changing system date time in...
On changing the system date time the date time change event is showing me system date time instead of the GPS time Here is the sample code : // Sample Code private void...
View ArticleNew Post: Status of BrutileLayer versus WebMap plugin
Adriaanse wrote: There is one issue I find using the Asynch mode tilefetcher I think i should mention: In the TileFetcher.GetTileOnthread() method this statement: var are = (AutoResetEvent)@params[1];...
View ArticleNew Post: How to Refresh (Redraw) One Layer from many layers?
I followed the example "Create random points, then move them around "Create random points, then move them around What if I have mutiple layers like Line layer, points layer , raster , vector.. etc and...
View ArticleNew Post: Getting System Date Time on changing system date time in...
I have not used this nmeaInterpreter, but in my experience, the Date/Time classes translate into the local system time zone. If you want to see it in GMT/UTC as reported by the GPS, try:...
View ArticleNew Post: Status of BrutileLayer versus WebMap plugin
Another observation; If I am on a slow (8Mbit ADSL) connection using either the dutch (PDOK) tile service or Mapnik (osm) at some point if I zoom and pan quite aggressively, the _activeTileRequests...
View ArticleNew Post: usage ICancelProgressHandler in ClipPolygonWithPolygon
Hi I have this problem and not found the solution: I have 2 input Featureset: IFeatureSet yourFset; yourFset = fl1.DataSet; FeatureSet fspcata = new FeatureSet(p.FeatureType); ......
View ArticleNew Post: Obtain Featureset from map.featurelayer
thanks Oscar anytime the solution are very simple Alberto
View ArticleNew Post: Status of BrutileLayer versus WebMap plugin
In my tile-based mapping program, I clear the queue when the zoom level or selected tile server changes and that helps a lot. It may also make sense to clear and re-populate the queue every time the...
View ArticleNew Post: Getting System Date Time on changing system date time in...
actually its not about the time zone. Its about the date time value. Let me make it more clear. Today is 18 Dec 2013 now I connected a GPS receiver and start my program. The date time I will get...
View ArticleNew Post: Status of BrutileLayer versus WebMap plugin
Adriaanse wrote: I will have some time on my hands next week to see if I can fine-tune the TileFetcher a bit myself, preventing a large queue from building up if the user is just moving too fast ;-)...
View ArticleNew Post: usage ICancelProgressHandler in ClipPolygonWithPolygon
I usually don't use the cancelHandle so I put "nothing" in vb.net, I guess there should be a similar word in C# (maybe null) try and let us know if this works Oscar
View ArticleNew Post: Status of BrutileLayer versus WebMap plugin
FObermaier wrote: That'd be great. Vatavian did make some good suggestions, too. Go ahead, you can either fork the repository or I'll add you as contributor. OK, i have reported an issue for this, so...
View Article