-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search Grid Generator: Add labelling to cells #22
Comments
Greetings from Amsterdam. We would be glad to help with your open-source project and vision. We are running Code for Humanity initiative, run at Vrije Universiteit Amsterdam x Network Institute. This is us: https://networkinstitute.org/ :). We're working on this issue (#22) -- live progress on our forked repository, this branch. With best regards, |
Hello Radu! And thank you very much for coming along to contribute. We definitely welcome PRs on this issue. To make you aware, we also have the Vue JS implementation of the search grid generator here: https://github.com/bellingcat/search-grid-generator which is deployed at https://grid.bellingcat.com and might be of interest to your project too! |
Good evening, Regarding Issue #22, we’re working on transforming the existing map grid into an alphanumeric format. As a first step, we've added a transparent overlay with a grid and a center point to help users easily identify specific areas on the map. If we can agree on this update, our next step will be to implement alphanumeric indexing similar to an Excel spreadsheet, with numbers for rows and letters for columns. These will be added alongside the map borders. We’re ready to create a pull request with this update if you’d like to review the changes. Please take a look at the following screen recording, to see how the grid shows. |
Hi Lara, is it possible to share the video via another means? Unzipping an unknown zip file from the internet is a no-go for me. From what you describe, I really like the idea of adding indexing along the edges of the map. 🥳 I also like the idea of a transparent labelling overlay. I am keen to make sure that it doesn't interfere with the ability of users to select and alter the transparency of the grid cells. Please feel free to open a PR, then I can take a look properly, and we can have more targeted discussion on the PR 🚀 |
Good morning, sorry for the last reply. I have now proceed with the PR. |
Currently each grid square is labelled with the coordinate of one of its corners.
It would be better if the grid was labelled with something more human readable like an alphanumeric grid (A1, B2, ... , ZA677, ZB678).
Figuring out a good way to present this to a user within the constraints of KML would be good too.
One possibility is to add polygons in the shapes of letters and numbers beyond the edges of the grid (Text -> SVG -> KML Polygon).
The text was updated successfully, but these errors were encountered: