28
Nov
11

Instantly Publish your DWG from AutoCAD Map 3D to AIMS (MapGuide) but why would you?

Alright, I love the ability to push my DWG from AutoCAD Map 3D into MapGuide – I almost never need to open MapGuide/AIMS Studio.

So what is the issue?

AutoCAD Map 3D has had a great tool for creating custom properties for every object in your AutoCAD drawing: it’s called “Object Data”.   For example, if you have a polyline, text or block that you want to add your own information to, such as diameter or data installed.

So what happens to this amazing custom Property called Object Data when you publish it to MapGuide aka Autodesk Infrastruture Map Server 2012?

Watch this video to find out:

16
Nov
11

Introduction to MapGuide OpenSource – from FOSS4G in Denver

It looks like my technical tutorial from FOSS4G last September is now posted.

MapGuide 2.2 Tutorial (Part 1 of 2)

MapGuide 2.2 Tutorial (Part 2 of 2)

This is where I actually use the Youtube videos seen at http://youtube.com/mapguideguy/

 

11
Nov
11

Dongjin Xing’s – Introduction to MapGuide Enterprise (circa MapGuide 2007) Programming

This Video was put on the Autodesk Developer Network (ADN) for MapGuide 2007 – it is a few years old, but it is a great introduction to programming with MapGuide in .NET.

29
Oct
11

ArcGIS 10 and AutoCAD Map 3D 2012: drop ArcSDE and all the dll dependancies!

Another big topic: accessing ArcGIS Server 10 with AutoCAD Map 3D. Usually you will see demos and blog posts on how to move the dlls of the ArcGIS Runtime or Map install into the FDO folder of AutoCAD Map 3D so you can use ArcSDE.

What if you usually connect ArcMap with Direct Connect and don’t even want to use SDE?
What if you only have Map 3D and don’t want to buy the ArcGIS runtime?

In this video, I show the traditional ArcSDE way of connecting to ArcGIS 10 server, and then I show how you can set up your ArcGIS data so that it can be viewed AND edited by 3rd party products such as AutoCAD Map 3D 2012.

19
Oct
11

DWG to FDO: Moving Blocks to SDF (with Attributes)

I have had a lot of questions lately on how to move complex DWG files with Rotated Blocks with Attributes to FDO.

(Feature Data Objects include storage such as Oracle Spatial, SQL Server Spatial, SHP, SDF, mySQL, etc.)

Moving from DWG to Universal Spatial Storage (USS) is key for any organization wanting to share data or maintain a “Truth” to their assets.

I have created a video that shows how to take Blocks with 3 Attributes and export them to a SDF file – which can then be put in the SQL Server or Oracle etc.

I use the existing block as a symbol with FDO, so please keep your individual DWG block libraries on your system.  For example, I have a folder with all my utility blocks – each block exploded in an individual DWG file.

04
Oct
11

MapGuide and Oracle OpenWorld/JavaOne Conference

This year the “navigate” application for finding your session, demo kiosk or company booth is being hosted by Arrow Geomatics Inc.  The servers, which are provided by our partners as Technique Microsystems, are supplied with MapGuide OpenSource and Oracle 11G.

I have teamed up with Andrea Bell to build a very powerful application with of all the floorplans representing 11 hotels around San Francisco that have the Sessions, Demos and Company Kiosks.

You can find your session etc for OpenWorld at http://www.navigate2011.com/openworld and JavaOne at http://www.navigate2011.com/javaone

The site was rapidly built using MapGuide OpenSource and Oracle 11G.  The Web API is FUSION mainly because of the beautiful URL API &theme=on the Web Layout URL.

Another way to find the site is by to Oracle’s site: http://www.oracle.com/openworld/index.html and click Tools>Navigate

Or for JavaOne:

site: http://www.oracle.com/javaone/index.html and Click Tools>Navigate

Next stop, Autodesk University?

22
Sep
11

Best Observation at Denver FOSS4G 2011

One of the biggest items that struck me while attending FOSS4G last week was how robust openstreetmap.org is and how it compares to other online web mapping systems.

One of my favourite comparisons is how google maps (maps.google.com) and OpenStreetMaps show Kabul, Afghanistan.

Google:

Google shows very little detail, but the crowd sourcing approach of openstreetmaps shows a lot more detail.

Since anyone can edit and upload GIS data to OpenStreetMaps, if your town is “off” in Google or Bing, why not upload your information to OpenStreetMaps? 

OpenLayers.org can connect to OpenStreetMaps.  Because of that, MapGuide and Autodesk Infrastructure Map Server 2012 can utilize OpenStreetMaps. 

Autodesk Infrastructure Map Server Studio 2012 supports the OpenStreetMap as an OpenLayers base layer.

QGIS, http://www.qgis.org, not only can consume OpenStreetMap data but can be used to edit it as well.

16
Jul
11

What I learned at ESRI UC 2011 and how it can help AutoCAD Map users

The ESRI Conference ended yesterday and I had some time for some sober second thought.

ESRI User Conference 2011 San Diego

ESRI User Conference 2011 San Diego

Since this was my first ESRI conference (I usually go to FOSS4G and Autodesk University), I was really curious about the setup and what courses were available.  My main objective was to learn more about integration between Autodesk/Oracle/SQL Server/ArcGIS while I was here, since those are the products and databases I use most.

One of the key things I learned was that although in ArcGIS 10 you can directly connect to Oracle SDO_GEOM and SQL Server Geometry/Geography features with “Query Layers”; it is read-only.

In ArcGIS 10.1, there will be full read-write with “foreign” data types (great news). This is really good for those using AutoCAD Map to store geometry in FDO Schemas.

Another item that really twigged my interest was the ability to use native spatial geometry types “out of the box” when creating Features in ArcGIS.  Everyone using ArcGIS 9.3.1. and 10 currently has the choice when creating Features to choose SQL Server’s Geography/Geometry and Oracle’s SDO_GEOM for their data.
Some really funky features might not be supported but for 90% of your data, why not just open it up to all GIS/CAD systems at your organization.

One comment I heard repeatedly was, “AutoCAD people don’t really get GIS”.  I think the pain-point for ESRI GIS users is the CAD to GIS transition required in almost all organizations.

What is ESRI doing?  ESRI wrote the ArcGIS for AutoCAD and this tags any data in DWG with attributes (like Object Data) so that the AutoCAD users can maintain attribute info while still using native AutoCAD (shocker!).
Who would have thought of that!?

Now back at the ranch, FDO and Autodesk IMS/MapGuide cannot natively read DWG or Object Data.

In fact, the migration from Object Data to FDO is a complete pain in the neck (unlike the old OSE).

Why does ESRI see this as a priority and Autodesk doesn’t?

Well, I think ESRI realizes how universal the DWG is and how important it is to keep AutoCAD users happy and within a familiar environment.

How could Autodesk fix this?

Steps:

  1. AutoCAD Map’s Object Data should be inherently in base edition of AutoCAD (big ask but ESRI has already beat them to the punch)
  2. There should be a FDO Provider for DWG that reads Object Data.
  3. The FDO Provider for DWG should work in AutoCAD Map AND MapGuide/IMS.
  4. The FDO Provider for DWG should have read/write access
  5. The Object Data should be mapped to any FDO feature source so attributes can be brought into AutoCAD from any FDO Feature
Perhaps Autodesk can catch up to ESRI and realize that FDO should not move everyone away from DWG but integrate it as part of the geospatial suite.
DWG is here to stay and is part of  GIS and Geospatial.
22
Jun
11

New Blog Name – There Be Dragons.

The products I have been using have been changing names. 

One product changed  from MapGuide to MapGuide Enterprise to Infrastructure Map Server (the product formerly known as MapGuide)  so I have decided to give my BLOG a new name. 

As we tend to go into unknown geospatial mapping areas where most consider “There be Dragons”, the name of the blog should reflect that!

10
Jun
11

FDO in AutoCAD Map needs to Cowboy Up!

FDO, Feature Data Objects, have been around for almost 7 years.  It enables products such as MapGuide, AutoCAD Map, Maestro, Autodesk Infrastructure Map Server, etc connect seamlessly to many standard GIS formats including SQL Server, ArcSDE, and Oracle.

Before there was FDO, AutoCAD Map had a system that was called OSE (Oracle Spatial Extension).  This OSE enabled the AutoCAD Map user to seamlessly store Blocks, Lines, Polylines, Points with Object Data, Block Attributes, and Link Templates directly into an Oracle Database and read/write back and forth back into AutoCAD with a click of a button.  Seriously.

It was truly seamless CAD/GIS integration.

It still is.

OSE still works in AutoCAD Map 2012 (for now but only on 32bit – blah!).

What FDO/AutoCAD Map needs is to cowboy up.  The AutoCAD community needs this to happen to be integrated with Geospatial.

What did OSE do so well?  You can map the features in AutoCAD directly to columns in the database.  For example, if you drew a Block in AutoCAD and scaled and rotated it, it would dynamicly store those properties in the Oracle database so that when you asked for those BLOCKS again, you got them back in AutoCAD, as BLOCKS (shocker!).

This is true CAD-Geospatial integration. If you have to use Bulk Copy or Safe Software FME, it’s not INTEGRATION.

How would this occur?  The FDO datastore (such as SDF, Oracle, SQL Server, ArcSDE, SHP, etc) would have to have some CAD/FDO mapping information for AutoCAD.  So when the AutoCAD draftsperson draws a polyline with attached Object Data, it can be stored seamlessly into the SQL Server database and retrieved exactly as is back into AutoCAD.

NO BULK COPY.

Just read/write.

If I spent my days drafting, I would not want to have to learn a new software after years of working with AutoCAD.  Read/Write is simple enough.




Gordon Luckett

Arrow Geomatics Inc's Gordon Luckett

Contact

gordon dot luckett at arrowgeo dot com 1-519-837-9500 (Arrow Geomatics Inc.)

Checkout MapGuide Guy’s Youtube Channel

gordonluckett@twitter

  • With vacuum left by SDFLoader, if it wasn't for Safe's #FME, most of my clients would be stuck manually creating SDF and SHP files. $1 day ago
  • While celebrating Robbie Burns, I like to wish my Chinese friends Gong "Haggis" Fat Choi - happy new year with a Scottish twist. $2 days ago
  • I am not sure it will go with the drapes or decor, but I sure would like one! http://t.co/ItqXYaqX $1 week ago
  • RT @geofumadas: Mapa en tiempo real de ciberataques http://t.co/Zv0soydE $1 week ago
  • "It's easier to live with courage, than it is to live with fear." - Cindy Blackstock - First Nations Child Advocate $2 weeks ago

Follow

Get every new post delivered to your Inbox.