User:Tonestertm/CRS grid bookmarklet View history

(Add v. 0.1 code)
m (Reformatted code block)
Line 5: Line 5:
Also, I ''can'' currently link directly to the particular pdf map, but haven't figured how to account for areas where there is no "minor grid" map. In addition, the decision to leave the table as a clunky-looking full-size tab was deliberate, owing to the idea that you may need to access an adjacent map; this seems to me easier than the state's approach, where the tiny window disappears behind the main browser window, but I'm interested in others' thoughts. Feedback will be appreciated.
Also, I ''can'' currently link directly to the particular pdf map, but haven't figured how to account for areas where there is no "minor grid" map. In addition, the decision to leave the table as a clunky-looking full-size tab was deliberate, owing to the idea that you may need to access an adjacent map; this seems to me easier than the state's approach, where the tiny window disappears behind the main browser window, but I'm interested in others' thoughts. Feedback will be appreciated.


<code>javascript:(function()%7Bjavascript%3A%20(function%20()%20%7Bvar%20k%20%3D%200%2Ci%20%3D%200%2CcrsLink%20%3D%20%22%22%2CpdfLink%20%3D%20%22%22%2CmajGrid%20%3D%20%22%22%2CgridInfo%20%3D%20%22%22%2Clatletter%20%3D%20%5B%22A%22%2C%20%22B%22%2C%20%22C%22%2C%20%22D%22%2C%20%22E%22%2C%20%22F%22%2C%20%22G%22%2C%20%22H%22%2C%20%22J%22%2C%20%22K%22%2C%20%22L%22%2C%20%22M%22%2C%20%22N%22%2C%20%22P%22%2C%20%22Q%22%2C%20%22R%22%2C%20%22S%22%2C%20%22T%22%2C%20%22U%22%2C%20%22V%22%2C%20%22W%22%2C%20%22X%22%2C%20%22Y%22%5D%2Clonnumber%20%3D%20%5B%2201%22%2C%20%2202%22%2C%20%2203%22%2C%20%2204%22%2C%20%2205%22%2C%20%2206%22%2C%20%2207%22%2C%20%2208%22%2C%20%2209%22%2C%20%2210%22%2C%20%2211%22%2C%20%2212%22%2C%20%2213%22%2C%20%2214%22%2C%20%2215%22%2C%20%2216%22%2C%20%2217%22%2C%20%2218%22%2C%20%2219%22%2C%20%2220%22%2C%20%2221%22%5D%2CmLatIndex%20%3D%200%2CmLonIndex%20%3D%200%2CmajLet%20%3D%20%22%22%2CmajNum%20%3D%20%22%22%2Cminlon%20%3D%200%2Cminlat%20%3D%201%2CaskCRS%2CpopCRS%2Ccenter_lonlat%20%3D%20new%20OpenLayers.LonLat(wazeMap.center.lon%2C%20wazeMap.center.lat)%3Bcenter_lonlat.transform(new%20OpenLayers.Projection('EPSG%3A900913')%2C%20new%20OpenLayers.Projection('EPSG%3A4326'))%3Bvar%20lat%20%3D%20center_lonlat.lat%2Clon%20%3D%20center_lonlat.lon%3Bwhile%20(41.6668%20-%20(k%20*%200.4165)%20%3E%20lat)%20%7B%20%2F*%20Find%20Major%20latitude%20grid%20letter%20*%2Fk%2B%2B%3B%7DmLatIndex%20%3D%20k%3BmajLet%20%3D%20latletter%5Bk%5D%3Bwhile%20(i%20%2F%202%20-%20124%20%3C%20lon)%20%7B%20%2F*%20Find%20Major%20longitude%20grid%20number%20*%2Fi%2B%2B%3B%7DmLonIndex%20%3D%20i%3BmajNum%20%3D%20lonnumber%5Bi%5D%3BmajGrid%20%2B%3D%20majNum%20%2B%20majLet%3Bwhile%20(((((minlon%20%2F%205)%20%2B%20(mLonIndex%20-%201))%20%2F%202)%20-%20124)%20%3C%20lon)%20%7B%20%2F*%20Find%20Lon%20minor%20grid%20ref%20*%2Fminlon%2B%2B%3B%7Dwhile%20((41.6668%20-%20(((mLatIndex%20-%201)%20%2B%20(minlat%20%2F%205))%20*%200.4165))%20%3E%20lat)%20%7B%20%2F*%20Find%20Lat%20minor%20grid%20ref%20*%2Fminlat%2B%2B%3B%7DcrsLink%20%2B%3D%20%22http%3A%2F%2Fwww.dot.ca.gov%2Fhq%2Ftsip%2Fhseb%2Fcrs_maps%2Fmaplinks%2F%22%20%2B%20majNum%20%2B%20majLet.toLowerCase()%20%2B%20%22_table.htm%22%3BpdfLink%20%2B%3D%20%22http%3A%2F%2Fwww.dot.ca.gov%2Fhq%2Ftsip%2Fhseb%2Fcrs_map%2F%22%20%2B%20majNum%20%2B%20majLet.toLowerCase()%20%2B%20minlat%20%2B%20minlon%20%2B%20%22.pdf%22%3BgridInfo%20%2B%3D%20%22%5CnThe%20Major%20CRS%20Grid%20is%20%22%20%2B%20majGrid%20%2B%20%22%5CnThe%20minor%20grid%2C%20if%20it%20exists%2C%20is%20%22%20%2B%20minlat%20%2B%20minlon%20%2B%20%22%5Cn%5CnClick%20OK%20to%20open%20the%20%22%20%2B%20majGrid%20%2B%20%22%20map%20table%20in%20a%20%20new%20tab%22%3BaskCRS%20%3D%20window.confirm(gridInfo)%3Bif%20(askCRS%20%3D%3D%3D%20true)popCRS%20%3D%20window.open(crsLink)%3BpopCRS.alert(%22The%20minor%20grid%2C%20if%20it%20exists%2C%20is%20%22%20%2B%20majGrid%20%2B%20minlat%20%2B%20minlon)%3B%7D)()%7D)()</code>
{{pre2|<nowiki>javascript:(function()%7Bjavascript%3A%20(function%20()%20%7Bvar%20k%20%3D%200%2Ci%20%3D%200%2CcrsLink%20%3D%20%22%22%2CpdfLink%20%3D%20%22%22%2CmajGrid%20%3D%20%22%22%2CgridInfo%20%3D%20%22%22%2Clatletter%20%3D%20%5B%22A%22%2C%20%22B%22%2C%20%22C%22%2C%20%22D%22%2C%20%22E%22%2C%20%22F%22%2C%20%22G%22%2C%20%22H%22%2C%20%22J%22%2C%20%22K%22%2C%20%22L%22%2C%20%22M%22%2C%20%22N%22%2C%20%22P%22%2C%20%22Q%22%2C%20%22R%22%2C%20%22S%22%2C%20%22T%22%2C%20%22U%22%2C%20%22V%22%2C%20%22W%22%2C%20%22X%22%2C%20%22Y%22%5D%2Clonnumber%20%3D%20%5B%2201%22%2C%20%2202%22%2C%20%2203%22%2C%20%2204%22%2C%20%2205%22%2C%20%2206%22%2C%20%2207%22%2C%20%2208%22%2C%20%2209%22%2C%20%2210%22%2C%20%2211%22%2C%20%2212%22%2C%20%2213%22%2C%20%2214%22%2C%20%2215%22%2C%20%2216%22%2C%20%2217%22%2C%20%2218%22%2C%20%2219%22%2C%20%2220%22%2C%20%2221%22%5D%2CmLatIndex%20%3D%200%2CmLonIndex%20%3D%200%2CmajLet%20%3D%20%22%22%2CmajNum%20%3D%20%22%22%2Cminlon%20%3D%200%2Cminlat%20%3D%201%2CaskCRS%2CpopCRS%2Ccenter_lonlat%20%3D%20new%20OpenLayers.LonLat(wazeMap.center.lon%2C%20wazeMap.center.lat)%3Bcenter_lonlat.transform(new%20OpenLayers.Projection('EPSG%3A900913')%2C%20new%20OpenLayers.Projection('EPSG%3A4326'))%3Bvar%20lat%20%3D%20center_lonlat.lat%2Clon%20%3D%20center_lonlat.lon%3Bwhile%20(41.6668%20-%20(k%20*%200.4165)%20%3E%20lat)%20%7B%20%2F*%20Find%20Major%20latitude%20grid%20letter%20*%2Fk%2B%2B%3B%7DmLatIndex%20%3D%20k%3BmajLet%20%3D%20latletter%5Bk%5D%3Bwhile%20(i%20%2F%202%20-%20124%20%3C%20lon)%20%7B%20%2F*%20Find%20Major%20longitude%20grid%20number%20*%2Fi%2B%2B%3B%7DmLonIndex%20%3D%20i%3BmajNum%20%3D%20lonnumber%5Bi%5D%3BmajGrid%20%2B%3D%20majNum%20%2B%20majLet%3Bwhile%20(((((minlon%20%2F%205)%20%2B%20(mLonIndex%20-%201))%20%2F%202)%20-%20124)%20%3C%20lon)%20%7B%20%2F*%20Find%20Lon%20minor%20grid%20ref%20*%2Fminlon%2B%2B%3B%7Dwhile%20((41.6668%20-%20(((mLatIndex%20-%201)%20%2B%20(minlat%20%2F%205))%20*%200.4165))%20%3E%20lat)%20%7B%20%2F*%20Find%20Lat%20minor%20grid%20ref%20*%2Fminlat%2B%2B%3B%7DcrsLink%20%2B%3D%20%22http%3A%2F%2Fwww.dot.ca.gov%2Fhq%2Ftsip%2Fhseb%2Fcrs_maps%2Fmaplinks%2F%22%20%2B%20majNum%20%2B%20majLet.toLowerCase()%20%2B%20%22_table.htm%22%3BpdfLink%20%2B%3D%20%22http%3A%2F%2Fwww.dot.ca.gov%2Fhq%2Ftsip%2Fhseb%2Fcrs_map%2F%22%20%2B%20majNum%20%2B%20majLet.toLowerCase()%20%2B%20minlat%20%2B%20minlon%20%2B%20%22.pdf%22%3BgridInfo%20%2B%3D%20%22%5CnThe%20Major%20CRS%20Grid%20is%20%22%20%2B%20majGrid%20%2B%20%22%5CnThe%20minor%20grid%2C%20if%20it%20exists%2C%20is%20%22%20%2B%20minlat%20%2B%20minlon%20%2B%20%22%5Cn%5CnClick%20OK%20to%20open%20the%20%22%20%2B%20majGrid%20%2B%20%22%20map%20table%20in%20a%20%20new%20tab%22%3BaskCRS%20%3D%20window.confirm(gridInfo)%3Bif%20(askCRS%20%3D%3D%3D%20true)popCRS%20%3D%20window.open(crsLink)%3BpopCRS.alert(%22The%20minor%20grid%2C%20if%20it%20exists%2C%20is%20%22%20%2B%20majGrid%20%2B%20minlat%20%2B%20minlon)%3B%7D)()%7D)()</nowiki>}}

Revision as of 20:37, 12 November 2015

This is version 0.1 of a bookmarklet (my very first javascript code "from scratch" :) ) which will take the coordinates from the center of your screen and find the appropriate CRS Grid map. With this version, I'm primarily looking for feedback as to whether it's working properly, and whether the intermediate step (first alert popup) is really necessary. Ultimately, I expect to put this in the CA Wiki as a resource.

Round 2 will include some rough boundary checking, to be sure you're in California, as the state hasn't been magnanimous enough to provide FC maps for OR, NV, AZ or MX.

Also, I can currently link directly to the particular pdf map, but haven't figured how to account for areas where there is no "minor grid" map. In addition, the decision to leave the table as a clunky-looking full-size tab was deliberate, owing to the idea that you may need to access an adjacent map; this seems to me easier than the state's approach, where the tiny window disappears behind the main browser window, but I'm interested in others' thoughts. Feedback will be appreciated.

javascript:(function()%7Bjavascript%3A%20(function%20()%20%7Bvar%20k%20%3D%200%2Ci%20%3D%200%2CcrsLink%20%3D%20%22%22%2CpdfLink%20%3D%20%22%22%2CmajGrid%20%3D%20%22%22%2CgridInfo%20%3D%20%22%22%2Clatletter%20%3D%20%5B%22A%22%2C%20%22B%22%2C%20%22C%22%2C%20%22D%22%2C%20%22E%22%2C%20%22F%22%2C%20%22G%22%2C%20%22H%22%2C%20%22J%22%2C%20%22K%22%2C%20%22L%22%2C%20%22M%22%2C%20%22N%22%2C%20%22P%22%2C%20%22Q%22%2C%20%22R%22%2C%20%22S%22%2C%20%22T%22%2C%20%22U%22%2C%20%22V%22%2C%20%22W%22%2C%20%22X%22%2C%20%22Y%22%5D%2Clonnumber%20%3D%20%5B%2201%22%2C%20%2202%22%2C%20%2203%22%2C%20%2204%22%2C%20%2205%22%2C%20%2206%22%2C%20%2207%22%2C%20%2208%22%2C%20%2209%22%2C%20%2210%22%2C%20%2211%22%2C%20%2212%22%2C%20%2213%22%2C%20%2214%22%2C%20%2215%22%2C%20%2216%22%2C%20%2217%22%2C%20%2218%22%2C%20%2219%22%2C%20%2220%22%2C%20%2221%22%5D%2CmLatIndex%20%3D%200%2CmLonIndex%20%3D%200%2CmajLet%20%3D%20%22%22%2CmajNum%20%3D%20%22%22%2Cminlon%20%3D%200%2Cminlat%20%3D%201%2CaskCRS%2CpopCRS%2Ccenter_lonlat%20%3D%20new%20OpenLayers.LonLat(wazeMap.center.lon%2C%20wazeMap.center.lat)%3Bcenter_lonlat.transform(new%20OpenLayers.Projection('EPSG%3A900913')%2C%20new%20OpenLayers.Projection('EPSG%3A4326'))%3Bvar%20lat%20%3D%20center_lonlat.lat%2Clon%20%3D%20center_lonlat.lon%3Bwhile%20(41.6668%20-%20(k%20*%200.4165)%20%3E%20lat)%20%7B%20%2F*%20Find%20Major%20latitude%20grid%20letter%20*%2Fk%2B%2B%3B%7DmLatIndex%20%3D%20k%3BmajLet%20%3D%20latletter%5Bk%5D%3Bwhile%20(i%20%2F%202%20-%20124%20%3C%20lon)%20%7B%20%2F*%20Find%20Major%20longitude%20grid%20number%20*%2Fi%2B%2B%3B%7DmLonIndex%20%3D%20i%3BmajNum%20%3D%20lonnumber%5Bi%5D%3BmajGrid%20%2B%3D%20majNum%20%2B%20majLet%3Bwhile%20(((((minlon%20%2F%205)%20%2B%20(mLonIndex%20-%201))%20%2F%202)%20-%20124)%20%3C%20lon)%20%7B%20%2F*%20Find%20Lon%20minor%20grid%20ref%20*%2Fminlon%2B%2B%3B%7Dwhile%20((41.6668%20-%20(((mLatIndex%20-%201)%20%2B%20(minlat%20%2F%205))%20*%200.4165))%20%3E%20lat)%20%7B%20%2F*%20Find%20Lat%20minor%20grid%20ref%20*%2Fminlat%2B%2B%3B%7DcrsLink%20%2B%3D%20%22http%3A%2F%2Fwww.dot.ca.gov%2Fhq%2Ftsip%2Fhseb%2Fcrs_maps%2Fmaplinks%2F%22%20%2B%20majNum%20%2B%20majLet.toLowerCase()%20%2B%20%22_table.htm%22%3BpdfLink%20%2B%3D%20%22http%3A%2F%2Fwww.dot.ca.gov%2Fhq%2Ftsip%2Fhseb%2Fcrs_map%2F%22%20%2B%20majNum%20%2B%20majLet.toLowerCase()%20%2B%20minlat%20%2B%20minlon%20%2B%20%22.pdf%22%3BgridInfo%20%2B%3D%20%22%5CnThe%20Major%20CRS%20Grid%20is%20%22%20%2B%20majGrid%20%2B%20%22%5CnThe%20minor%20grid%2C%20if%20it%20exists%2C%20is%20%22%20%2B%20minlat%20%2B%20minlon%20%2B%20%22%5Cn%5CnClick%20OK%20to%20open%20the%20%22%20%2B%20majGrid%20%2B%20%22%20map%20table%20in%20a%20%20new%20tab%22%3BaskCRS%20%3D%20window.confirm(gridInfo)%3Bif%20(askCRS%20%3D%3D%3D%20true)popCRS%20%3D%20window.open(crsLink)%3BpopCRS.alert(%22The%20minor%20grid%2C%20if%20it%20exists%2C%20is%20%22%20%2B%20majGrid%20%2B%20minlat%20%2B%20minlon)%3B%7D)()%7D)()