Is It Monday Already?

Wait, what happened to 3 day weekends.  I guess you get one and then you expect them all the time.  Oh well…

Some interesting reading for a Monday morning:

ArcGISEditor for OSM – Randal looks at the ArcGIS Editor for OSM and concludes it is complicated, but powerful.  I all Esri tools (they are “scientific” mind you) nothing is ever simple, but if you can get your hands around it, powerful results happen.

FOSS4G 2010 Final Answer – Apparently there was a Geospatial conference going on somewhere.  They all kind of start blending in to each other, don’t they?

Making a Data Portal With WordPress – Content management is content management, right?  (bless his heart for trying to do this with WordPress)  Just goes to show that if you can hack your way around code, there isn’t anything you can’t accomplish (assuming your billable time isn’t an issue).

Gearing up for GIS in the Rockies – Time for the fall conference season to kick into high gear.  Front Range GIS is a unique community who do some really great things with both proprietary and open source tools (usually in combination).  Bummed I can’t go.

Why not GeoJSON? – Looks like France was good to Sean.  He’s got a great post up on ESRI’s use of JSON in their RESTful API.

Oh and way to represent SEC!

Esri Releases Their GeoServices REST Specification

As was announced at the ESRI UC, the GeoServices REST Specification, Version 1.0 has hit the streets.

Services that follow the specification will “speak the same language” as the REST-ful Esri Web services. That means clients can consume them with the popular ArcGIS APIs for JavaScript, Flex, Silverlight, iOS, and Android; as well as other Esri client APIs. However, you don’t have to own or use any Esri software in order to implement the specification or to build a client that works with the services.

As you examine the specification, you’ll probably notice that it looks like the ArcGIS REST API. This is deliberate. The pattern we have used at Esri for exposing REST-ful GIS services has been embraced by thousands of developers who use the ArcGIS Web APIs. It is a simple and intuitive way of structuring and talking to GIS Web services. We wanted you to feel free to implement services that follow the same pattern.

Whether or not this is truly an open spec (and  not opening the debate as to how “RESTful” this spec really is), the rush begins for everyone to implement this spec on their own apps so they can be used with ESRI clients.

Jack opens his secret to getting RESTful with ArcGIS

iExtMap for iOS

I reviewed ArcGIS for iOS a couple weeks back and liked what I saw.  One of my biggest disappointments was the lack of OGC support.  ESRI says it is coming, but in the meantime I took it upon myself to try out other iOS mapping clients.  One that has caught my eye is iExtMap.  You may recall Alper Dincer from the 2009 ESRI Dev Summit Challenge where his ExtMap took first place.  While not built upon ExtMap, Alper has released iExtMap for iOS.

So what does iExtMap bring to the table?

  • Google Maps Base Maps
  • Blank Base Map for your own base map
  • Displaying ArcGIS Server Dynamic and Tiled Services
  • Displaying WMS as Tiles
  • Displaying KML/GeoRSS files
  • Displaying static tiles (for Arc2Earth users)
  • Bookmarking
  • Geolocation
  • Identify (in next release)
  • Query (in next release)
  • Measurement (in next release)
  • Open Street Maps (in next release)
  • WMS improments (in next release)

So let us look at iExtMap in detail.

The iExtMap Splash Screen

The first screen you see when you start up iExtMap is the Maps window.  From here you can navigate whatever maps you have added to iExtMap.  Google is the default background map and in the Base Maps screen you can see how you can choose which “base map” you wish to have in your background.

The Map Tab on iExtMap

Choose your Base Map

After choosing your background base map, you go to the Layers tab to add layers.  The first thing I tried to add was a KML out of WeoGeo Market.  This was easy to add and actually looked pretty good on the iExtMap screen on my iPhone.  Just grab the URL to the KML and like that it is added.  Adding ArcGIS Server services and WMS is also as easy as copying a URL and pasting.  The only issue I ran into was that WMS needs to be in EPSG:900913 making your choice of WMS smaller than it should be.  This is a know issue and an update is planned in the future to address it.

Adding a KML to iExtMap is very simple.

After adding the layer, put a check next to each one you want to view on your iExtMap Map.

And here is that KML – viewed on the iExtMap Map.

The bookmarks are very strait-forward.  You either bookmark a view on the Map or manually input the coordinates.

Manually creating a bookmark in iExtMap

The Bookmarks tab in iExtMap

One actually fatal issue of iExtMap is that you can get caught in an info box and have no way to break back out.  Make sure when you are on the Map tab, not to click on the links at the bottom of the view (I’m assuming these are the credit links).  If you do you get stuck on the “about Google Maps” page with no way to get back to the map unless you exit the app.  Hopefully this flaw will be fixed very quickly.

DO NOT CLICK!

Don't get me wrong, the about page is very nice. You are just stuck on it if you get here – yikes!

Overall though, I think there is a ton to like about iExtMap.  Out of the box you have OGC support (KML and WMS) which I really think is critically important.  Support for ArcGIS.com (ArcGIS Online) layers is there as well so you have an iOS app that can work across OGC and proprietary services.  Alper should be commended on his efforts and I can see myself using this quite a bit to work with OGC services.