-
Notifications
You must be signed in to change notification settings - Fork 32
add more POIs to map via foss4g2014-tourguide repo #28
Comments
Could we add restaurants and/or watering holes? Or is that getting too particular and subjective? |
There’s a group that’s starting to write up that stuff. See the foss4g2014-tourguide repo. Let’s wait for them to be ready, and then we can put that map on the appropriate page. Sound good? On Apr 21, 2014, at 12:36, Sam Matthews [email protected] wrote:
|
Sounds perfect! |
I'm not sure of the progress on this, but here are restaurants, https://github.com/pdxosgeo/foss4g2014-tourguide/blob/master/spatialdata/PortlandRestaurants.geojson |
I just updated the restaurants...I think I had them saved in the wrong On Mon, Aug 4, 2014 at 7:24 AM, Eli L Adam [email protected] wrote:
|
Does the Icon file have illegal (on windows) characters in the name or extension? I'm having a little trouble with it. |
Restaurants.geojson might not be in WGS 84. If you have GDAL/OGR around, you can reproject it like: ogr2ogr -t_srs EPSG:4326 -f geojson -lco COORDINATE_PRECISION=5 Restaurants_output_name.geojson input_file |
I saved the shapefile as a GeoJSON again. Hopefully this time it worked. On Mon, Aug 4, 2014 at 9:04 PM, Eli L Adam [email protected] wrote:
|
The dataset is in NAD84. I don't know how to re-project using QGIS. I'll :-) On Mon, Aug 4, 2014 at 9:34 PM, Eli L Adam [email protected] wrote:
|
@alexatodd In QGIS I think you can right click the data layer, save as, select geographic coordinate system WGS 84. |
Is the difference between nad83 and wgs84 meaningful at the scale? On Aug 4, 2014, at 21:56, Tim Welch [email protected] wrote: @alexatodd https://github.com/alexatodd In QGIS I think you can right — |
You can also delete the original geojson file and then save with the same name. Then git and github will track the revisions (instead of more files). |
darrell: It is not datum (probably doesn't matter). It is state plane vs. geographic. |
Oh, carry on. On Aug 4, 2014, at 22:00, Eli L Adam [email protected] wrote: darrell: It is not datum (probably doesn't matter). It is state plane vs. — |
Thanks, all! I think I got it this time. Didn't realize it was that easy! On Mon, Aug 4, 2014 at 10:02 PM, darrell [email protected] wrote:
|
Hey all, out of the loop but where does this stand? I've got a map started here we can just drop this onto the map or make a source with Mapbox Studio. Do we really need all those restaurants or can this be whittled down? /cc @elil @alexatodd @darrell |
I'm out of the loop too but would like to be a part of the loop. +1 to whittling and refining the POI's. What would Mapbox Studio buy us at this point Rafa? Styling surely. Can Restaurants are cool. I had a thought to create a "Keep Portland Weird" On Wed, Aug 20, 2014 at 11:22 AM, geografa [email protected] wrote:
|
I'm not in the loop either. If @geografa and @twelch want to run with it that is fine by me. @geografa I love the birds on the map! We can consider birds (smaller birds?) at the Eliot Center (code sprint), WFC (Gala night), Ecotrust (opening party)... other? @twelch I would also like to add other iconic points of interest (Powell's, Voodoo, etc) |
haha - what Eli said. Very cute. |
I think the loop collapsed when it became clear the map Darrell wanted made BUT, I think an upgrade to the map is still on the wishlist, and Rafa has Personally, I think we should adjust the max dimensions of the map on the On Wed, Aug 20, 2014 at 12:06 PM, Eli L Adam [email protected]
|
It can be on the website, too. Just pointed out that we needed a print version. The map code can be changed here: https://github.com/pdxosgeo/foss4g2014-wordpress/blob/master/themes/foss4g-theme/js/home-map.js On Aug 20, 2014, at 12:15, Matt Sayler [email protected] wrote:
|
I like the simplicity of the home page map being focused on the few main On Wed, Aug 20, 2014 at 12:15 PM, Matt Sayler [email protected]
|
@twelch agree. That map works great. Let's link off to another map and iframe it into another page. Keep it simple. |
Yeah, a separate page works. It's just that I'd rather shove it in peoples' On Wed, Aug 20, 2014 at 12:30 PM, Tim Welch [email protected]
|
@mattsayler link to FULL MAP will be prominent :) |
@twelch you want to handle wrangling the GeoJSON and I'll tidy up the base map? We just need categories to map on - lat,long, name, category, other? The rest we can do with JavaScript and some custom icon wizardry. We can use something like the Store Locator. And we can worry about print last - Mapbox Studio exports hi-res now (600ppi). @darrell do you have dimensions for the final map on the brochure? |
We’ve already had someone working on the print map. Checkout the archives. d. On Aug 20, 2014, at 12:41, geografa [email protected] wrote:
|
Would be great to crowdsource the locations. what do folks think about https://www.mapbox.com/blog/mapping-google-doc-spreadsheet/ On Wed, Aug 20, 2014 at 12:43 PM, darrell [email protected] wrote:
|
Sorry, only issue I see is this: #33 /cc @svmatthews |
Go for it. On Wed, Aug 20, 2014 at 12:48 PM, Tim Welch [email protected]
|
@geografa I think he meant the email archives. A series of 3 maps created using QGIS and Inkscape is being finalized. |
Awesome. On Wednesday, August 20, 2014, Tim Welch [email protected] wrote:
Rafa Gutierrez |
@twelch time tonight to hack on this? Getting close to final basemap with main POIs https://a.tiles.mapbox.com/v4/grafa.jdib780o/page.html?access_token=pk.eyJ1IjoiZ3JhZmEiLCJhIjoiU2U2QnIzUSJ9.4LnG05Ptvi1sUQ8t68rfgw#14/45.5183/-122.6634 We can do the Foursquare POI thing or make our own. |
Energy has shifted to this new map (https://github.com/pdxosgeo/foss4g-map). It's plugged in as a 'View More' link on the main POI map on the FOSS4G home page. It's a combination of Jason Sanford's map setup with @geografa's base map. People should add more interesting POI's. |
The homepage map can now take on multiple POIs for people to add to the map via the
geojson
variable in themain.js
file. Need to add a few more style as we get a more diverse set of points, but that can come once we actually have them.The text was updated successfully, but these errors were encountered: