MapPoint Forums

MapForums

Community of VE/MapPoint Users and Developers




Building a GIS using mappoint technology

This is a discussion on Building a GIS using mappoint technology within the MapPoint Web Service and Virtual Earth forums, part of the Map Forums category; Can someone please tell me if it is possible to build a GIS using mappoint technology but without using the ...


Go Back   MapPoint Forums > Map Forums > MapPoint Web Service and Virtual Earth

Register Blogs FAQ Members List Calendar Search Today's Posts Mark Forums Read
  7 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 01-31-2007
Junior Member
White Belt
 
Join Date: Jan 2007
Posts: 5
Building a GIS using mappoint technology

Can someone please tell me if it is possible to build a GIS
using mappoint technology but without using the maps of mappoint. i.e
using my own maps?

i am trying to build a GIS and i am evaluating all options that will
enable me to render maps and manipulate them.

thank you
- Prakash
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2 (permalink)  
Old 01-31-2007
Eric Frost's Avatar
Senior Member
Black Belt
 
Join Date: Jul 1992
Posts: 2,322
Blog Entries: 1
Re: Building a GIS using mappoint technology

MapPoint cannot be separated from the data.

Also, most of the analytic capability and features are limited to working with the built-in data. e.g. routing, boundaries for thematic shading, etc.

The one exception is that you can import boundaries as shape objects and render them according to any attribute you have for the objects but it has to be done in your own code. See the Spatial Data Importer Developer Sample.

Your best bet is probably a low cost GIS package like Caliper or Manifold. MapInfo Pro has been around a long time and has an active community as well.

hope this helps.
Eric
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3 (permalink)  
Old 01-31-2007
Junior Member
White Belt
 
Join Date: Jan 2007
Posts: 5
Re: Building a GIS using mappoint technology

thanks for replying back.

any comment on ESRI Arcgis plz?

thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4 (permalink)  
Old 01-31-2007
Eric Frost's Avatar
Senior Member
Black Belt
 
Join Date: Jul 1992
Posts: 2,322
Blog Entries: 1
Re: Building a GIS using mappoint technology

I know it's expensive

I learned GIS on ESRI products and spent probably about 6 years of my professional life as a developer working with their software but not at all for a few years already.. so I can't comment on the latest versions.

Depending on what needs to be done, I would probably recommend either MapInfo Pro or Manifold.

Can you elaborate more on your needs and what you want to do?

Thanks,
Eric
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5 (permalink)  
Old 02-01-2007
Junior Member
White Belt
 
Join Date: Jan 2007
Posts: 5
Re: Building a GIS using mappoint technology

hi,
thanks

i want to do my university project by building a GIS for land development and then if possible to integrate expert system functionalities on this application.

i was also considering mapserver for some time.

I will really appreciate your advice and suggestions please.

can you please tell me which platform and tools i can use.

thank you
- Prakash
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6 (permalink)  
Old 02-02-2007
Eric Frost's Avatar
Senior Member
Black Belt
 
Join Date: Jul 1992
Posts: 2,322
Blog Entries: 1
Re: Building a GIS using mappoint technology

For a University project, a safe bet would be ESRI software as they have the most inroads in education. You will find most academic papers etc written with ESRI software.

If you want to be different you could do the project in Manifold, but you might have to defend your use of it from professors who have not heard of it or think it's not as powerful as the ESRI platform.

Eric
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7 (permalink)  
Old 02-02-2007
Junior Member
White Belt
 
Join Date: Feb 2007
Posts: 1
Re: Building a GIS using mappoint technology

Quote:
Originally Posted by ericwfrost View Post
If you want to be different you could do the project in Manifold, but you might have to defend your use of it from professors who have not heard of it or think it's not as powerful as the ESRI platform.
That depends upon how much they know about GIS or modern computing technology.

Those who don't know much about modern technology will be happy if you use ESRI. Those who are up to date with modern notions such as 64-bit operating systems, multicore processors, .NET and other modern Windows notions will be surprised if you don't choose Manifold.

I realize some may think I am making a joke, but unfortunately it is frequently the case that some university departments lag many years behind progress in technology. To take just one example, in 2007 we take it for granted, even for our middle-school kids, that serious people understand the benefits of computers which run 64-bit Windows and include a modern, dual-core processor like the Intel Core 2 Duo or an AMD Athlon x64 x2.

Your 13 year old kids know all about that stuff and will insist at a minimum on that for gaming (it costs about the same as old-fashioned 32-bit stuff), yet you'd be amazed how many university folks doing GIS will have no idea what you are talking about when you talk 64-bit Windows and Intel Core 2 Duo.

Yet applying 64-bit Windows with a reasonable amount of RAM is by far the fastest performance boost you can do if you want to put together an Internet Map Server (IMS) enabled web site. It makes a huge difference in the scale and responsiveness of web applications.

Microsoft, Intel and AMD have spent billions of dollars to make such breakthrough performance available on the desktop, even down to almost the least expensive desktops out there, so it is not exactly something to be proud of if one is not aware of the incredible performance benefits of using Windows x64 for web servers.

I raise this as an example because ESRI has zero ability to run 64-bits in Windows x64, nor do they take advantage of dual core processors. Anyone who thinks a GIS that is limited to only 32-bit performance and can't do multithreading in an era of multiple-core, 64-bit systems, well, if they think such an antique system is more powerful than Manifold they are quite simply a dolt.

Another thing to consider is that almost all serious IMS-enabled web sites involve massive and sophisticated integration with a DBMS. Manifold supports direct connect to Oracle Spatial using Oracle's own native Oracle Call Interface (OCI). ESRI cannot do that, relying instead upon its own old-fashioned and nonstandard ArcSDE middleware. That's much slower than working through Oracle's own interfaces and it also traps your data within an ESRI silo. In contrast, by working direct with Oracle's own spatial standards Manifold reads/writes/edits data in a way that allows any of hundreds of other applications that use Oracle standards to interact with that same Oracle data, transparently.

If your taste runs to SQL Server or other DBMS, Manifold also connects to those using "open" standards, such as OGC WKB, instead of some proprietary mechanism such as ArcSDE.

Finally, the nice thing about using Manifold is that the object model is identically the same whether you are using Manifold as an interactive desktop application, as an Internet Map Server or as an objects library. In contrast, ESRI products use different object models, so what you program in a test bed case using some interactive desktop thing like ArcGIS will likely need significant reprogramming when you attempt to implement it in ArcIMS. That's a strikingly clumsy, old-fashioned and inefficient approach.

I don't get the sense from your original posting that you are very familiar with the technologies involved. Referring to a GIS-enabled web application as "a GIS" shows a somewhat dated conceptual approach that you might want to update in order to make the best use of contemporary tools. In general to create a sophisticated GIS-enabled web application there are three areas you need to master:

1. Webstuff. You must know how to create web applications using a programming technology appropriate to the web server involved. In the Microsoft world that means expertise in IIS and ASP or ASP.NET using appropriate Microsoft languages.

2. DBMS. Most web guys already have a DBMS they know and love. If you are choosing one ab initio, I'd recommend either Oracle or SQL Server, both of which are available in free Express editions. Oracle's Express edition includes "Locator" capability from Oracle Spatial, which enables fabulously performant and sophisticated geospatial data storage when used with a modern GIS like Manifold. That's a lot to get for free.

3. GIS. You must master whatever GIS package you intend to use. This is easier if the desktop package you will need to whip your data into shape is the same as the IMS package that works in conjunction with the web server to publish it on the web. Manifold has that advantage. Neither ESRI nor MapServer has that advantage.

By way of integration it also makes life much easier if your GIS package has modern, seamless integration with the Microsoft technologies used in your web server. I presume that since you posted to a MapPoint board you're not some sort of open source kook who wants to spend his time re-inventing the wheel and therefore you will be using Microsoft technologies. No other GIS comes close to Manifold's tight integration with Microsoft, whether it be deep technology like support for Vista and 64-bit Windows, or simple things like integration with MapPoint and Virtual Earth as geocoding data sources.

It's true that if your project is simple and your GIS/IMS, like Manifold, is well-integrated both vertically and horizontally with web environments, DBMS and Microsoft technologies, you could use Manifold to create a GIS-enabled web application with zero programming and relatively slim acquaintance with the DBMS and webstuff skillsets. That's certainly possible and people do it every day using default templates. But I don't get the impression that if you are doing this as a university project you intend such a simple thing and so I raise more explicitly the need to have both web programming skills and DBMS skills in addition to GIS skills.

I am, of course, a Manifold guy, but as you look closer you'll see what I write is true and, if anything, undersells the matter. It is no accident Manifold outsells ESRI by about 100 to 1 (on a unit volume basis) in Windows markets. See manifold.net for details.

Best regards to all,

Dimitri
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8 (permalink)  
Old 02-02-2007
Junior Member
White Belt
 
Join Date: Jan 2007
Posts: 5
Re: Building a GIS using mappoint technology

Thank you Eric,
Thank You Dimitri,

i am very thankful to you for enlightening me and sharing with me the vast experience you have. i also appreciate that you took some time out to answer my post.

Manifold looks interesting from what Dimitri says and ESRI is very popular too. I was initially talking about a "GIS" then the concept evolve towards GIS enabled web application. I have some knowledge on web application programming using ASP, sql server, a little oracle, java etc...

Can you please suggest me some good books which may help me understand Manifold and or ESRI. It would be nice to have some books/ebooks which may show me some step by step practice so that i may learn quickly and implement my project. I am keen on learning new technologies.

Please do reply.

Thank you
- Prakash
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9 (permalink)  
Old 02-03-2007
Eric Frost's Avatar
Senior Member
Black Belt
 
Join Date: Jul 1992
Posts: 2,322
Blog Entries: 1
Re: Building a GIS using mappoint technology

I don't see any books listed at Manifold System - The ultimate GIS and Mapping Product! but there is a lot of information; for third-party Manifold resources I would check the discussion list at --
Manifold-L - GIS Discussion
I remember there was a Manifold user community web site but I haven't been there for over a year and forget the name.

ESRI has a lot of books and training options, there may even be some courses available at your university --
ESRI Training and Education

Eric

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #10 (permalink)  
Old 02-03-2007
Junior Member
White Belt
 
Join Date: Jan 2007
Posts: 5
Re: Building a GIS using mappoint technology

hi,

the fact that there are more resources and help on ESRI, means it will be easier for me to implement a system on this platform. At a beginner level like myself, it is important to have some good books handy to be able to cope.

thank you sir.

in case there are any other sites/forums which you think may help me, please let me know.

i think your comments and views have helped me a lot in clearing my misunderstandings on mappoint etc.

regards,

- Prakash
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply


LinkBacks (?)
LinkBack to this Thread: http://www.mapforums.com/building-gis-using-mappoint-technology-5635.html

Posted By For Type Date
Automating MapPoint with the .NET SDK - MapPoint Articles - MP2K Magazine This thread Refback 02-08-2007 04:37 AM
Map: Iraq Gulf War Map - MP2K Magazine This thread Refback 02-06-2007 12:20 AM
Programming MapPoint in .NET - MP2K Magazine This thread Refback 02-03-2007 03:17 PM
Pushpin Tool Add-in - MP2K Magazine This thread Refback 02-02-2007 07:20 AM
Determing the Time Zone in MapPoint - MapPoint Articles - MP2K Magazine This thread Refback 02-01-2007 02:10 PM
Map Visitors - Powered by Virtual Earth This thread Refback 02-01-2007 03:42 AM
The Magazine for MapPoint - MP2K Magazine This thread Refback 01-31-2007 03:40 PM

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Winwaed Software Technology Release MileCharter v1.2 Winwaed News and Announcements 1 05-20-2005 10:22 AM
MapPoint Road building tool larrya Wish List 1 04-03-2005 09:46 PM
Small Businesses Fuel Economy With Help From Technology Anonymous News and Announcements 0 05-20-2004 10:00 PM
Hi , I have gone through the MAPPoint technology .... Anonymous MapPoint 2006/2009 Discussion 1 02-23-2002 03:16 AM
How do we add our building (Shape) data to MapPoi.... Anonymous MapPoint 2006/2009 Discussion 1 08-06-2001 09:32 AM


All times are GMT -5. The time now is 10:35 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
MP2K Magazine
Visitor Map

Cheap Ski Holidays France
If you are thinking about cheap ski holidays in France then make sure you check online at Holiday Hypermarket. Our online search will check deals from the top travel agents.

European City Breaks
Find European City Breaks on Travel Counsellors. Based on holidays booked this year, these are the most popular City Breaks for 2006

Flight
When looking to jet set off, make sure you check out dealchecker.co.uk before you check in anywhere else. Bag a bargain flight from all major scheduled and charter airlines.

Cuba Holidays
Cuba holidays offer an exciting cultural and wonderful culinary experience. Book with The Holiday Place for a great deal.

Tunisia
Tunisia enjoys excellent weather, golden beaches and a beautiful blue sea. Moving away from the beach you will find a country that has a rich and varied past. Discover the secrets of history yourself by exploring all the ruins.

Compare Prices
Travel.co.uk makes it easy for you to compare prices from hundreds of UK based travel companies.

Holidays in Portugal
Find the perfect Algarve holiday. Book holidays in Portugal now at On The Beach.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51