Quantcast
Channel: MapWindow 4
Viewing all 129 articles
Browse latest View live

New Post: puede map window crear el mapa de mi pais


New Post: Saludos

New Post: Can I Join the Dark Side while I'm using MAPWINDOW?

$
0
0
Hi, I'm tempted by the Dark Forces, in the battle against the Republic and Jedis, and I'm learning MAPWINDOW, I don't want to leave the course, but I need to make a choice between the Jedi knights and Syths. Can you help me with this?

New Post: Saludos

$
0
0
Soy nuevo en el programa, me parece muy bien, espero llegar lejos con esto

Created Unassigned: Comentario [25152]

$
0
0
El programa presenta algunos inconvenientes con la estabilidad en el sistema, creando la salida del mismo cuando se esta ejecutando.

Created Unassigned: En la generacion de categorias [25153]

$
0
0
Se puede eliminar el paso GENERAR, cuando queremos cambiar las categoria?

Este paso genera perdida de tiempo en el usuario.

New Post: Geocoding and API Key

$
0
0
This plug-in is a bit out-dated since Google change stuff on its side.

Somebody needs to update this plug-in first to make it work again.

Paul

New Post: Geocoding and API Key

$
0
0
I'm still learning the protocol on this stuff. Do I submit a bug report, or does the current thread fulfill that requirement?

Thanks for your patience.



New Post: Geocoding and API Key

$
0
0
No need to issue a bug report, I even think one already exists.
This thread will be enough.
Don't hold your breath while waiting for this. It could take a while.

The ocx will also have a simple geocoding option. Perhaps that will fit your need.
This version will take a few more weeks before it will be available.

Paul

Reviewed: MapWindow GIS v4.8.8 - Stable Release - 32Bit (feb 23, 2014)

$
0
0
Rated 5 Stars (out of 5) - excelente me gusto mucho la aplicacion

Reviewed: MapWindow GIS v4.8.8 - Stable Release - 32Bit (mars 20, 2014)

$
0
0
Rated 5 Stars (out of 5) - good tools to be used on vs

Created Unassigned: Contiguous polygons get same "random" color [25350]

$
0
0
The purpose of random coloration of polygons in a map is to allow each polygon to be easily distinguished visually from all its neighbors.

This requires that no contiguous polygons have the same color.

However, the current random-color generator in MapWindow does not meet this requirement.

What's needed is a "pseudo-random" color generator that does meet this requirement.

New Post: Bugs in Selection of shapes when start editing

$
0
0
I am writing codes with mapwingis.ocx. I got a bug in selection of shapes when startediting of multiple parts polylines shapefile.
My shape file is a 2D polyline shapefile. Each shape is composed of a straight centre line segement for the first part. The second part is a rectangle polylines bounding both ends of the straight line. I have created and loaded the spatial index file, .mwd and .mwx file.
I found that the function of select shape works properly in normal operation. However, when I use the code "StartEditingShapes", the selection of shapes failed if I only drag a selection box to the center line part. I had tried to set either the UseSpatialIndex or UseQtree to be true or false. The function "Selectshapes" failed at last.
Could anyone give solution to me?
Thank you.

Commented Unassigned: The expected field is not found in the [Region] table [24393]

$
0
0
I installed 4.8.6 32 bit. I get an error when .ı try to run the program. All detail are in the attached sreen shot.
regards,
Cuneyt
Comments: ** Comment from web user: keremoguz **

Yes same problem with me. I tried both 32 and 64 bit on Windows 8.1.

Created Unassigned: How to Create Contour Line? [25566]

$
0
0
Hi, I have a Winforms C# app that loads a number of map layers in stateplane projection.now I need a function that cound draw contour line in map,so how to create contour line with MapWinGIS Control?
Watting for your help,thanks a lot!

Created Unassigned: Mono and SWIG for C++ Code for MapWindow 4.9 [25585]

$
0
0
Didn't see too much discussion on MapWindow 4.9. Is it a dead issue?

If not, I read there was a desire to go to C#. I wasn't sure if this for the entire code base or just he VB.Net portion. I know there is a large code base in C++ so my assumption is the latter.

Based on that assumption here are a couple of recommendations:
1. I would recommend that MapWindow 4.9 use SWIG (http://www.swig.org) to generate C# interfaces to make calls to C++. The tricky part is replacing the MapWinGIS ActiveX component. I haven't done any COM programming in over a decade. Not sure what technology has taken over for ActiveX Control(s)... .Net Controls? Either way, all of the C# interfaces required to call the C++ code can be generated with SWIG. I've done COM, Managed C++, and C++/CLI to accomplish the same thing several times over the last 10+years. I wished I had found SWIG back then it would have save a ton of time and frustration.
2. I further recommend using CMake (http://www.cmake.org) to generate Visual Studio project files for C++ code. I've been using it for a year now and I'm recommending it to every C++ developer I know. Especially new ones. Learn CMake and you'll never worry about converting a C++ project again from one IDE to another. I've actually had Visual Studio screw up it's own upgrade from one version of Visual Studio to another and CMake handles it seamlessly with the same CMake configuration file (CMakeLists.txt).
3. Consider supporting or using Mono (http://www.mono-project.com/Main_Page). This in conjunction with the use of SWIG should allow MapWindow 4.9 to compile and run on a number of different platforms.

That's my $0.02. Thanks!

Created Unassigned: Execution Problem [25720]

$
0
0
Hi my name is uma and C# developer, could u please tell me how to execute the map window gis software on VS 2013 , downloaded the source code from https://mapwingis.svn.codeplex.com/svn when i try to execute i'll get errors on vs 2013 please help me, i'll be very tankful to you.

Created Unassigned: Build Error [25721]

Updated Wiki: Home

$
0
0

MapWindow 4.8

The MapWindow GIS Project and software development team is focused on creating tools and technologies for GIS end users and programmers that are licensed under free and open source software licenses. The main project web site for the broader MapWindow project is here: http://www.MapWindow.org.

The current release of MapWindow 4.8 can be downloaded here: http://mapwindow4.codeplex.com/releases. This release includes a revised/updated graphical user interface and a large number of bug fixes. We're very pleased with it and hope you will be too.  For more information and documentation for this software visit:http://www.mapwindow.org/apps/wiki/doku.php?id=mapwindow4 

 

MapWindow 4.9

This CodePlex site will be the home of MapWindow v4.9.
MapWindow is started in 2003 and the code needs a good clean-up and the GUI and user-experience needs to be modernized to reflect the opportunities the second decade of this century will give.

The final version of MapWindow 4.8 is available since November 4, 2011. Support on that version will continue by releasing service packs every 3 months or so.
For v4.9 we should start all over. Moving to .NET v4 and C#. In the last years a lot of functionality has been moved from VB.NET/C# libraries to the C++ ActiveX Control (MapWinGIS). This has improved MapWindow enormously in both user-experience and performance. We thank Sergei for doing all this.

On the issue tracker (http://mapwindow4.codeplex.com/workitem/list/basic) we've started discussions about how v4.9 should look like and how it should work. Please join the discussions.
When we agree on a topic we'll move the outcome to the documentation section (http://mapwindow4.codeplex.com/documentation). Step by step we will create the new architecture of MapWindow v4.9 and make it more robust en reliable.
Prototype can be made to show parts in action. Sergei is already working on a GMap implementation (http://greatmaps.codeplex.com) to support tiles.

We're now in the process of creating a architecture team. Please join us if you can. After the architecture is ready we'll start with the development, we need developers for that team as well. And of course we need testers and people that will write the documentation.

Final note: MapWindow 4.9 will not be fully 100% backwards compatible with older versions. Several optimizations are planned which will break existing code. We will, of course, create migration tools, but existing applications and plug-in will most likely need to be partially rewritten. 

Sponsors

JetBrains

Since 2010 JetBrains give us a license for their ReSharper product we can use while developing Open Source software for the MapWindow project.
Thanks to ReSharper our source code is getting better and easier to maintain.
MapWindow GIS v4.9 will not only be compliant with StyleCop but also with ReSharper.

E-iceblue

E-iceblue is a community sponsor of MapWinGIS. E-iceblue components enable developers to Open, Create, Modify, Convert, Print, View MS Word, Excel, PowerPoint and PDF documents.
E-iceblue offers Excel(xls,xlsx), Word(doc,docx), PowerPoint, PDF .NET components for converting, reading, creating, editing and printing in C#, VB.NET, ASP.NET, etc.

Commented Unassigned: The expected field is not found in the [Region] table [24393]

$
0
0
I installed 4.8.6 32 bit. I get an error when .ı try to run the program. All detail are in the attached sreen shot.
regards,
Cuneyt
Comments: ** Comment from web user: royaltrouble **

I have same problem too. mapwindow4.8.8.0, windows 7 32bit

Viewing all 129 articles
Browse latest View live


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