Tim Wisniewski

Results 142 comments of Tim Wisniewski

From looking at the javascript console on that page, it appears to be a CORS issue: cloudant does not have CORS enabled on it. This should have been setup by...

Lol just saw I'm like the 5th person to submit a PR for this typo. PR bait :P

Instead of importing the library in `onMount`, I was able to get it working using [vite-plugin-iso-import](https://github.com/bluwy/vite-plugin-iso-import): ```js import { LeafletMap } from 'svelte-leafletjs?client' ```

From @andrewbt: > OK, so here's a council district: > > https://team.cartodb.com/u/athompson/tables/athompson.council_district/public/map > > Here's a ward leader that overlaps that district but not entirely: > > https://team.cartodb.com/u/athompson/tables/athompson.ward_leader/public/map > >...

Thought about this some more and it's really not about surface area; it's about the number of voters. Given that divisions are roughly based on the number of voters within...

They do! 99% positive. Can you elaborate on the "easy" part? :P

Awesome, thanks Dan!! I'll take a dive in at Code for Philly this week and get them on the app. Great work. [link for quick access](https://github.com/Ruprict0/philly-ward-leaders/tree/gh-pages/data)

[keytar](https://github.com/atom/node-keytar) seems to work nicely, using the OS's password manager for osx/linux/windows. Still have to store the other details in `localStorage` (username, hostname, etc.) but that should be okay.

Hi @williamscraigm, thanks for the suggestion. I'm not familiar with schema.ini - can you give a couple of examples that use it? A couple other folks have suggested JSON Table...

Oh, now that's interesting. I work at the City of Philadelphia, and we use ArcGIS (and dabble with Tableau) as well. This looks doable, but I"ll have to find some...