Get your ArcGIS Map Templates at the new ESRI Resource Center

Map Templates Resource Center

Something ESRI should have done when 8.x arrived.

The new resource center

The new resource centerThe new resource center

May 22, 2009 Thoughts






GSS - Style your web maps with CSS client side

As Steve pointed out, this is does deserve two exclamation points!!

Just like CSS for styling web pages, GSS is a specification for designing maps. Adapted for dynamic data sources, GSS can define changing geographic elements, display multiple datasets, and even respond to contextual tags like condition:poor”.

Very tasty! Just look at this simple GSS and how you can render maps on the client.

body: {
fillStyle: "#fff",
lineWidth: 0,
},

node: {
fillStyle: "#ddd",
strokeStyle: "#090",
lineWidth: 0,
radius: 1
},

way: {
strokeStyle: function() {
return "rgba(1,1,1,0.7)"
//return color_from_string(this.user)
},
strokeStyle: "#ccc",
lineWidth: 3
},

leisure: {
fillStyle: "#2a2",
lineWidth: 3,
strokeStyle: "#181"
}

Previous conversation about styling GIS data.

May 22, 2009 Thoughts






GSS - Style your web maps with CSS client side

As Steve pointed out, this is does deserve two exclamation points!!

Just like CSS for styling web pages, GSS is a specification for designing maps. Adapted for dynamic data sources, GSS can define changing geographic elements, display multiple datasets, and even respond to contextual tags like condition:poor”.

Very tasty! Just look at this simple GSS and how you can render maps on the client.

body: {
fillStyle: "#fff",
lineWidth: 0,
},

node: {
fillStyle: "#ddd",
strokeStyle: "#090",
lineWidth: 0,
radius: 1
},

way: {
strokeStyle: function() {
return "rgba(1,1,1,0.7)"
//return color_from_string(this.user)
},
strokeStyle: "#ccc",
lineWidth: 3
},

leisure: {
fillStyle: "#2a2",
lineWidth: 3,
strokeStyle: "#181"
}

Previous conversation about styling GIS data.

May 22, 2009 Thoughts






Off to Where 2.0

http://conferences.oreilly.com/wherehttp://conferences.oreilly.com/where

I’m heading off to Where 2.0 in a couple of hours to present a talk with the GNOCDC on the work we’ve done with the web mapping technology.

Junk Mail” and the GeoWeb Shine Light on New Orleans Recovery

If you’d like to have some beers, feel free to connect with me using the networking dashboard. I’m already planning on meeting a ton of folks who normally don’t roam in my professional” GIS conference circuit. See you guys there!

May 18, 2009 Thoughts






Off to Where 2.0

http://conferences.oreilly.com/wherehttp://conferences.oreilly.com/where

I’m heading off to Where 2.0 in a couple of hours to present a talk with the GNOCDC on the work we’ve done with the web mapping technology.

Junk Mail” and the GeoWeb Shine Light on New Orleans Recovery

If you’d like to have some beers, feel free to connect with me using the networking dashboard. I’m already planning on meeting a ton of folks who normally don’t roam in my professional” GIS conference circuit. See you guys there!

May 18, 2009 Thoughts






Using ArGIS Desktop’s Map Service Publishing Toolbar

One of the best new features of ArcGIS 9.3.1 is the Map Service Publishing toolbar in ArcMap. This tool helps you analyze your maps to see what is slowing the map down. No longer are you having to look for the needle in the haystack. You just activate the toolbar and hit analyze. Then ArcMap returns all the errors and warnings associated with your mxd.

The new Map Service Publishing toolbar in action.

The new Map Service Publishing toolbar in action.The new Map Service Publishing toolbar in action.

If you double click on any of the issues” it will take you to documentation explaining the problem and how to fix it.

ArcGIS Server documentation helps figure out how to fix problems.

ArcGIS Server documentation helps figure out how to fix problems.ArcGIS Server documentation helps figure out how to fix problems.

One other feature about the toolbar which is a big help is the preview. You can preview any map on how it would be served in ArcGIS Server, from right inside ArcMap. You also get a timer to show how long it took to generate that request. This is of course helpful for the ArcGIS Server services, but can even be used to speed up ArcMap documents that are only going to be consumed on the desktop. If you’ve been working with a mxd that seems to be loading slowly, now you have the tools you need to debug why the map isn’t performing quickly enough.

The Preview ArcGIS Server window allows users to determine the speed at which their maps are rendering.

The Preview ArcGIS Server window allows users to determine the speed at which their maps are rendering.The Preview ArcGIS Server window allows users to determine the speed at which their maps are rendering.

The toolbar also allows you to generate the Map Service Definition (.msd) files and even publish directly to ArcGIS Server from ArcMap (bypassing the need to go to ArcCatalog or the web manager).

The Map Service Publishing toolbar is really a great addition to the ESRI workflows, both Desktop and Server. Looking back at some of our existing map services we had authored with ArcGIS Server, I was amazed at how easy it was to discover the problems and then address them. Coupled with the new MSD files, ArcGIS Server is really a speed demon these days.

May 14, 2009 Thoughts