[Geomoose-users] Jump To

Dan Little danlittle at yahoo.com
Fri Oct 24 16:27:14 EDT 2008


It's even easier in 1.6:

varVIEWS = {
      'Jump To:': {
            'Dakota
County': '521238.614537864,4924218.86673578,473921.947801381,4974430.36885032',
            'Parcel
Data': '497205.409367,4923984.423582,477595.805945,4941970.52988',
'Parcel Data2': '497205.409367,4923984.423582,477595.805945,4941970.52988'
      },
      'Other Jump To:' {
             'AAAAA' : '0,0,1,1',
             'BBBBB' : '1,1,2,2'

      }

};




________________________________
From: Adam Feidt <afeidt at edenprairie.org>
To: "Fischer, Brian" <bfischer at houstonengineeringinc.com>; Dan Little <danlittle at yahoo.com>; "geomoose-users at lists.sourceforge.net" <geomoose-users at lists.sourceforge.net>; "geomoose-developers at lists.sourceforge.net" <geomoose-developers at lists.sourceforge.net>
Sent: Friday, October 24, 2008 2:37:01 PM
Subject: RE: [Geomoose-users] Jump To

 
I can’t
seem to figure out how the var VIEWS in the .js file is linked to the JumpToDiv
in the .html file.  I’ve got one JumpTo box working, but would like
to add another just below it.  Is this possible in the new version? 
It was easy in version 1.0.
 
Adam M. Feidt
GIS Coordinator
City of Eden Prairie
8080 Mitchell Rd
Eden Prairie, MN 55344
phone# 952-949-8443
fax# 952-949-8334
 
From:Fischer, Brian
[mailto:bfischer at houstonengineeringinc.com] 
Sent: Friday, October 24, 2008 1:31 PM
To: Dan Little; Adam Feidt; geomoose-users at lists.sourceforge.net
Subject: RE: [Geomoose-users] Jump To
 
That’s
what those programmers refer to as a JSON http://www.json.org/ object.
 
Brian Fischer
Houston Engineering, Inc.
Maple Grove, MN
(763) 493-4522
 
From:Dan Little [mailto:danlittle at yahoo.com] 
Sent: Friday, October 24, 2008 12:15 PM
To: Adam Feidt; geomoose-users at lists.sourceforge.net
Subject: Re: [Geomoose-users] Jump To
 
:-) Damn programmers and their languages...
 

________________________________
 
From:Adam Feidt
<afeidt at edenprairie.org>
To: Dan Little <danlittle at yahoo.com>;
"geomoose-developers at lists.sourceforge.net"
<geomoose-developers at lists.sourceforge.net>;
"geomoose-users at lists.sourceforge.net"
<geomoose-users at lists.sourceforge.net>; "Mike.Reynolds at dot.state.mn.us"
<Mike.Reynolds at dot.state.mn.us>
Sent: Friday, October 24, 2008 12:08:44 PM
Subject: RE: [Geomoose-users] Jump To
Thanks guys for responding, that worked.  I tried commas, but
put a comma after every line in the enclosure.  Apparently, the last line
can’t have a comma?  Who comes up with this stuff?  I’m a
little rusty.
 
Adam M. Feidt
GIS Coordinator
City of Eden Prairie
8080 Mitchell Rd
Eden Prairie, MN 55344
phone# 952-949-8443
fax# 952-949-8334
 
From:Dan
Little [mailto:danlittle at yahoo.com] 
Sent: Friday, October 24, 2008 12:04 PM
To: Adam Feidt; geomoose-developers at lists.sourceforge.net;
geomoose-users at lists.sourceforge.net
Subject: Re: [Geomoose-users] Jump To
 
Adam,

Mind your Commas.
 
varVIEWS = {
      'Jump To:': {
            'Dakota
County': '521238.614537864,4924218.86673578,473921.947801381,4974430.36885032',
            'Parcel
Data': '497205.409367,4923984.423582,477595.805945,4941970.52988',
'Parcel Data2': '497205.409367,4923984.423582,477595.805945,4941970.52988'
      }
};
 

________________________________
 
From:Adam Feidt <afeidt at edenprairie.org>
To: "geomoose-developers at lists.sourceforge.net"
<geomoose-developers at lists.sourceforge.net>;
"geomoose-users at lists.sourceforge.net"
<geomoose-users at lists.sourceforge.net>
Sent: Friday, October 24, 2008 11:57:11 AM
Subject: [Geomoose-users] Jump To


I have my GeoMoose Application
running in 1.6 with the out of the box jump to functionality as it looks
below…
 
varVIEWS = {
      'Jump To:': {
            'Dakota
County': '521238.614537864,4924218.86673578,473921.947801381,4974430.36885032',
            'Parcel
Data': '497205.409367,4923984.423582,477595.805945,4941970.52988'
      }
};
 
As soon as I add a new line my
application does not load and it is saying I’m missing a }.  See
below…
 
varVIEWS = {
      'Jump To:': {
            'Dakota
County': '521238.614537864,4924218.86673578,473921.947801381,4974430.36885032',
            'Parcel
Data': '497205.409367,4923984.423582,477595.805945,4941970.52988'
'Parcel Data2': '497205.409367,4923984.423582,477595.805945,4941970.52988'
      }
};
 
 
Any ideas??  Is anyone
listening?
 
Adam M. Feidt
GIS Coordinator
City of Eden Prairie
8080 Mitchell Rd
Eden Prairie, MN 55344
phone# 952-949-8443
fax# 952-949-8334


      
-------------- next part --------------
Skipped content of type multipart/related


More information about the Geomoose-users mailing list