Quantcast
Channel: DotSpatial
Browsing all 3973 articles
Browse latest View live
↧

New Post: Load mbtiles

FObermaier wrote: Iirc you must not set the Layer.Projection, you need to call Layer.Reproject(...). But I have very limited experience with DotSpatial. thanks,So you mean I have to change all of my...

View Article


New Post: Load mbtiles

If you add a BruTileLayer as backgroundlayer, you'll get best results if you reproject all your other layers to the projection of the BruTileLayer. Same applies to WebMap plugin, I suppose.

View Article


New Post: Convert shapefile to raster

You should have a look at the DotSpatial.Analysis.VectorToRaster.ToRaster method and the parameters it requires and the work is done Oscar

View Article

Created Unassigned: ParseEsriString leaves datums.xml open [25737]

ParseEsriString is leaving the file datums.xml open and in use such that subsequent calls fail.

View Article

New Post: Load mbtiles

Thank you so much for your helps.But I could not find backgroundlayer property in map control.when I use reproject my layers disappear and could not be found :(

View Article


New Post: Convert shapefile to raster

Thanks ~!!! I'll try!

View Article

New Post: Convert shapefile to raster

Oscarafone77 wrote: You should have a look at the DotSpatial.Analysis.VectorToRaster.ToRaster method and the parameters it requires and the work is done Oscar Hi This method doesn't work correctly. I...

View Article

New Post: Convert shapefile to raster

Hi, try to pass also the extent. If you download dotspatial sources and open the vectortoraster.cs file you find the following code in the toraster method: public static IRaster ToRaster(IFeatureSet...

View Article


Source code checked in, #75010

added German localizations

View Article


New Post: Image Classification

How we can perform image classification using Dotspatial?

View Article

New Post: Convert shapefile to raster

hi, this is weird. I tried to test the instructions. Here is my code: Extent extent = new Extent(new double[] {xMin, yMin, xMax,yMax}); int w = (int)Math.Ceiling(extent.Width / cellsize); int h =...

View Article

Source code checked in, #75012

Added functions to recursively get all layers of a certain type (Feature, Raster, etc.)

View Article

New Post: Load mbtiles

This works for me:privatestaticvoid Reproject(DotSpatial.Controls.Map map, DotSpatial.Projections.ProjectionInfo proj) { LogManager.DefaultLogManager.LogMessage(string.Format("Reprojecting from '{0}'...

View Article


New Post: Convert shapefile to raster

check if the Extent you are building is the same as the extent of fs to create the raster the method uses fs.extent Oscar

View Article

New Post: Load mbtiles

Dear FObermaier, Thanks very much for your code.I'll try it,I hope it workes fine.I'll let you know the result

View Article


New Post: Load mbtiles

I am unable to get the DotSpatial.Plugins.BruTileLayer to compile due to a missing reference to WmtsTileSource. Is does not appear in the latest BruTile source download. Thanks

View Article

New Post: Convert shapefile to raster

Hi, the extent is not the same as fs. I want to convert the feature to raster with special extent. In fact, I have several shape files. I want to convert them to rasters with a same extent.

View Article


New Post: Load mbtiles

That is right, the Version of BruTileLayer relies on functionality of BruTile that has not yet been released as nuget package. For the time being exclude Wmts related stuff from BruTileLayer.

View Article

New Post: Built-in 7-param datums

Hello, today I was playing around with some datums (especially the OSG36 datum) and found the following issue: Datum 1# OSGB 1936 / British National Grid +proj=tmerc +lat_0=49 +lon_0=-2 +k=0.9996012717...

View Article

New Post: working with burtile google map plugin

Hi, try to reproject your shapefile after you've added it.layer.Reproject(KnownCoordinateSystems.Projected.World.WebMercator);

View Article
Browsing all 3973 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>