<div dir="auto">I'm +1 for using lat/lon over 3857 by default in the hash tracker.  This is a lot clearer for users and really only causes problems near the poles, but otherwise doesn't prevent using other map projections.  Since 3857 has the same problems near the poles, this is only an issue if we allow non-3857 in the future and we don't keep loc= as a fallback.<div dir="auto"><br></div><div dir="auto">Hash track could always detect loc and use that for the session if it is there but otherwise use xyz (or let the default of using xyz vs. loc be settable in app.js).  I'm not sure what happens if the user provides both.</div><div dir="auto"><br></div><div dir="auto">xyz seems like an odd name for lat/lon... maybe pos, position, l, ll?</div><div dir="auto"><div dir="auto"><br></div><div dir="auto">I'm rather ambivalent about the web merc Z levels.  They don't have an intuitive meaning for me, but it is in common use, I guess.</div><div dir="auto"><div dir="auto"><br></div><div dir="auto">I'm not sure this get to the "zoom to feature on startup" or "zoom to bounding box" comment that opened this thread, but I expect that should be doable with some code in app.js.</div></div><br><br><div class="gmail_quote" dir="auto"><div dir="ltr" class="gmail_attr">On Mon, Aug 17, 2020, 17:13 Dan Little <<a href="mailto:theduckylittle@gmail.com">theduckylittle@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>I know I'm playing catch up from the last 60 days, but if someone tickets this I will do my best to document the `loc=` parameter. For some context:</div><div>- The earlier releases of OL3/4 made "resolution" more prominent over "zoom" level.</div><div>- I was originally sticking with it because we hoped to support more than webmercator.</div><div><br></div><div>I'm willing to hear out deprecating `loc=` in favor of something more like `xyz=` since we could use `xyz` with lat long and the "normal" webmerc zoom levels.<br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jun 10, 2020 at 10:57 AM Christopher Hughes <<a href="mailto:chughes@co.lincoln.or.us" target="_blank" rel="noreferrer">chughes@co.lincoln.or.us</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Brent,</div><div><br></div><div>That was exactly what I was referring to, thanks! It definitely helps knowing what that zoom/resolution parameter is <br></div><div>referring to. Now to figure out how to programmatically reproduce it.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jun 10, 2020 at 8:39 AM TC Haddad <<a href="mailto:tchaddad@gmail.com" target="_blank" rel="noreferrer">tchaddad@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><br></div><div>+1 for some clarity or examples on how to do this. <br></div><div><br></div><div>It seems related to bookmarking, which is discussed in this old issue:</div><div><a href="https://github.com/geomoose/gm3/issues/66" target="_blank" rel="noreferrer">https://github.com/geomoose/gm3/issues/66</a></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jun 10, 2020 at 8:28 AM Brent Fraser <<a href="mailto:bfraser@geoanalytic.com" target="_blank" rel="noreferrer">bfraser@geoanalytic.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Chris,<br>
<br>
 The "loc" hash parameter in the url has a resolution value (not quite the <br>
same zoom but close):<br>
<br>
 loc=50;-10321714;5584217<br>
<br>
 would be:  zoom to 50m./pixel, center map at X=-10321714 Y=5584217<br>
<br>
 Or did you mean something else?<br>
<br>
 Brent<br>
<br>
<br>
 -------- Original Message --------<br>
> From: "Christopher Hughes" <<a href="mailto:chughes@co.lincoln.or.us" target="_blank" rel="noreferrer">chughes@co.lincoln.or.us</a>><br>
> Sent: June 10, 2020 9:18 AM<br>
> To: "Eli Adam" <<a href="mailto:eadam@co.lincoln.or.us" target="_blank" rel="noreferrer">eadam@co.lincoln.or.us</a>><br>
> Cc: "geomoose-users-osgeo" <<a href="mailto:geomoose-users@lists.osgeo.org" target="_blank" rel="noreferrer">geomoose-users@lists.osgeo.org</a>><br>
> Subject: Re: [Geomoose-users] Geomoose 3,URL call to start a service with <br>
parameters<br>
><br>
> Does anyone know how the zoom parameter is determined in the url?<br>
><br>
> We have a similar situation where we have a dataset of links to each <br>
parcel<br>
> that specify a bounding box<br>
> (rather than GeoMoose 3's zoom and point). Converting these to web <br>
mercator<br>
> isn't much of an issue<br>
> (or finding parcel centroids in web mercator), but I haven't figured out<br>
> how to programmatically create<br>
> URL's that include a zoom and a point parameter.<br>
><br>
> Chris<br>
><br>
> On Tue, Jun 9, 2020 at 7:41 AM Eli Adam <<a href="mailto:eadam@co.lincoln.or.us" target="_blank" rel="noreferrer">eadam@co.lincoln.or.us</a>> wrote:<br>
><br>
> > Hi Michael,<br>
> ><br>
> > On Tue, Jun 9, 2020 at 5:13 AM Reynolds, Michael J. (MNIT)<br>
> > <<a href="mailto:mike.reynolds@state.mn.us" target="_blank" rel="noreferrer">mike.reynolds@state.mn.us</a>> wrote:<br>
> > ><br>
> > > Is there a way to call a service or action by using a url parameter? <br>
If<br>
> > not, in the app.js could I inspect the URL parameters and if I see a<br>
> > particular parameter name (for example "service"), initiate a service <br>
after<br>
> > the app loads?<br>
> ><br>
> > You can run services at startup,<br>
> > <a href="https://geomoose.github.io/gm3/howto/start-a-service.html" rel="noreferrer noreferrer" target="_blank">https://geomoose.github.io/gm3/howto/start-a-service.html</a><br>
> ><br>
> > <a href="https://github.com/geomoose/gm3/issues/455" rel="noreferrer noreferrer" target="_blank">https://github.com/geomoose/gm3/issues/455</a><br>
> ><br>
> > Best regards, Eli<br>
> ><br>
> > ><br>
> > > We've got user cases where users have Latitutde Longitude (WGS84) <br>
for<br>
> > locations which they would like to pass to a Geomoose URL as parameters <br>
to<br>
> > go to that location directly. Users have noticed the coordinate values<br>
> > inherent in a Geomoose url but converting from WGS84 to web mercator is <br>
an<br>
> > extra step.<br>
> > ><br>
> > > Any tips appreciated.<br>
> > ><br>
> > > Michael Reynolds<br>
> > ><br>
> > > Application Support | Application Portfolio Management (APM)<br>
> > ><br>
> > > Minnesota IT Services | Partnering with MnDOT<br>
> > ><br>
> > > 359 John Ireland Blvd.<br>
> > ><br>
> > > St. Paul, MN 55155<br>
> > ><br>
> > > O: 651-366-4918<br>
> > ><br>
> > > Information Technology for Minnesota Government | <a href="http://mn.gov/mnit" rel="noreferrer noreferrer" target="_blank">mn.gov/mnit</a><br>
> > ><br>
> > > _______________________________________________<br>
> > > Geomoose-users mailing list<br>
> > > <a href="mailto:Geomoose-users@lists.osgeo.org" target="_blank" rel="noreferrer">Geomoose-users@lists.osgeo.org</a><br>
> > > <a href="https://lists.osgeo.org/mailman/listinfo/geomoose-users" rel="noreferrer noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/geomoose-users</a><br>
> > _______________________________________________<br>
> > Geomoose-users mailing list<br>
> > <a href="mailto:Geomoose-users@lists.osgeo.org" target="_blank" rel="noreferrer">Geomoose-users@lists.osgeo.org</a><br>
> > <a href="https://lists.osgeo.org/mailman/listinfo/geomoose-users" rel="noreferrer noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/geomoose-users</a><br>
><br>
><br>
><br>
> --<br>
> Chris Hughes<br>
><br>
> GIS Analyst<br>
> Lincoln County Surveyor Department<br>
> 880 NE 7th St. l Newport, OR 97365<br>
> Tel: (541) 574 1283<br>
> _______________________________________________ Geomoose-users mailing <br>
list <a href="mailto:Geomoose-users@lists.osgeo.org" target="_blank" rel="noreferrer">Geomoose-users@lists.osgeo.org</a> <br>
<a href="https://lists.osgeo.org/mailman/listinfo/geomoose-users" rel="noreferrer noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/geomoose-users</a><br>
<br>
<br>
_______________________________________________<br>
Geomoose-users mailing list<br>
<a href="mailto:Geomoose-users@lists.osgeo.org" target="_blank" rel="noreferrer">Geomoose-users@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/geomoose-users" rel="noreferrer noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/geomoose-users</a></blockquote></div>
_______________________________________________<br>
Geomoose-users mailing list<br>
<a href="mailto:Geomoose-users@lists.osgeo.org" target="_blank" rel="noreferrer">Geomoose-users@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/geomoose-users" rel="noreferrer noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/geomoose-users</a></blockquote></div><br clear="all"><br>-- <br><div dir="ltr"><div dir="ltr"><font size="4">Chris Hughes</font><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">GIS Analyst</div><div style="font-size:12.8px"><font size="1">Lincoln County Surveyor Department </font></div><div><font size="1"><span style="font-family:Roboto,arial,sans-serif">880 NE 7th S</span><span style="font-family:Roboto,arial,sans-serif">t</span>. l Newport, OR 97365</font></div><div style="font-size:12.8px"><font size="1">Tel: (541) 574 1283</font></div></div></div>
_______________________________________________<br>
Geomoose-users mailing list<br>
<a href="mailto:Geomoose-users@lists.osgeo.org" target="_blank" rel="noreferrer">Geomoose-users@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/geomoose-users" rel="noreferrer noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/geomoose-users</a></blockquote></div>
_______________________________________________<br>
Geomoose-users mailing list<br>
<a href="mailto:Geomoose-users@lists.osgeo.org" target="_blank" rel="noreferrer">Geomoose-users@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/geomoose-users" rel="noreferrer noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/geomoose-users</a></blockquote></div></div></div>