|
4 | 4 | {
|
5 | 5 | "type": "Feature",
|
6 | 6 | "properties": {
|
7 |
| - "Name": "Tim Sutton", |
| 7 | + "Name": "Gary Sherman", |
8 | 8 | "Committer": "Yes",
|
9 |
| - "First Commit Message": "Added support for grayscale tifs too.", |
10 |
| - "First Commit Date": "31-12-2003", |
11 |
| - "GIT Nickname": "timlinux" |
| 9 | + "First Commit Message": "Initial revision", |
| 10 | + "First Commit Date": "06-07-2002", |
| 11 | + "GIT Nickname": "gsherman" |
12 | 12 | },
|
13 | 13 | "geometry": {
|
14 | 14 | "type": "Point",
|
15 | 15 | "coordinates": [
|
16 |
| - 20.443990230560303, |
17 |
| - -34.01992347338913 |
| 16 | + -149.908447265625, |
| 17 | + 61.22266872659718 |
18 | 18 | ]
|
19 | 19 | }
|
20 | 20 | },
|
21 | 21 | {
|
22 | 22 | "type": "Feature",
|
23 | 23 | "properties": {
|
24 |
| - "Name": "Marco Hugentobler", |
| 24 | + "Name": "Tim Sutton", |
25 | 25 | "Committer": "Yes",
|
26 |
| - "First Commit Message": "Changes in the display behaviour of qgsmapcanvas (updating the screen, avoid flickering when paning).", |
27 |
| - "First Commit Date": "15-06-2003", |
28 |
| - "GIT Nickname": "mhugent" |
| 26 | + "First Commit Message": "Added support for grayscale tifs too.", |
| 27 | + "First Commit Date": "31-12-2003", |
| 28 | + "GIT Nickname": "timlinux" |
29 | 29 | },
|
30 | 30 | "geometry": {
|
31 | 31 | "type": "Point",
|
32 | 32 | "coordinates": [
|
33 |
| - 8.536376953125, |
34 |
| - 47.368594345213374 |
| 33 | + 20.443990230560303, |
| 34 | + -34.01992347338913 |
35 | 35 | ]
|
36 | 36 | }
|
37 | 37 | },
|
|
287 | 287 | ]
|
288 | 288 | }
|
289 | 289 | },
|
| 290 | + { |
| 291 | + "type": "Feature", |
| 292 | + "properties": { |
| 293 | + "Name": "Matthias Kuhn", |
| 294 | + "Committer": "Yes", |
| 295 | + "First Commit Message": "Add backbuffering option to resolve flickering on X11 systems", |
| 296 | + "First Commit Date": "07-08-2012", |
| 297 | + "GIT Nickname": "matthias-kuhn" |
| 298 | + }, |
| 299 | + "geometry": { |
| 300 | + "type": "Point", |
| 301 | + "coordinates": [ |
| 302 | + 8.740423321723938, |
| 303 | + 47.4989812888759 |
| 304 | + ] |
| 305 | + } |
| 306 | + }, |
290 | 307 | {
|
291 | 308 | "type": "Feature",
|
292 | 309 | "properties": {
|
293 | 310 | "Name": "Juergen Fischer",
|
294 | 311 | "Committer": "Yes",
|
295 | 312 | "First Commit Message": "fix for ticket #790 and #791 and another msvc logger update",
|
296 |
| - "First Commit Date": "5-11-2013", |
| 313 | + "First Commit Date": "5-11-2007", |
297 | 314 | "GIT Nickname": "jef-n"
|
298 | 315 | },
|
299 | 316 | "geometry": {
|
|
320 | 337 | 39.357056058541474
|
321 | 338 | ]
|
322 | 339 | }
|
| 340 | + }, |
| 341 | + { |
| 342 | + "type": "Feature", |
| 343 | + "properties": { |
| 344 | + "Name": "Brent Wood", |
| 345 | + "Committer": "No" |
| 346 | + }, |
| 347 | + "geometry": { |
| 348 | + "type": "Point", |
| 349 | + "coordinates": [ |
| 350 | + 174.811004639, |
| 351 | + -41.3275985718 |
| 352 | + ] |
| 353 | + } |
| 354 | + }, |
| 355 | + { |
| 356 | + "type": "Feature", |
| 357 | + "properties": { |
| 358 | + "Name": "Hugo Mercier", |
| 359 | + "Committer": "No", |
| 360 | + "First Commit Message": "Implement basic copy/paste of styles between layers", |
| 361 | + "First Commit Date": "15-04-2012", |
| 362 | + "GIT Nickname": "mhugo" |
| 363 | + }, |
| 364 | + "geometry": { |
| 365 | + "type": "Point", |
| 366 | + "coordinates": [ |
| 367 | + -1.547486, |
| 368 | + 47.199934 |
| 369 | + ] |
| 370 | + } |
| 371 | + }, |
| 372 | + { |
| 373 | + "type": "Feature", |
| 374 | + "properties": { |
| 375 | + "Name": "Germán Carrillo", |
| 376 | + "Committer": "No", |
| 377 | + "GIT Nickname": "gacarrillor" |
| 378 | + }, |
| 379 | + "geometry": { |
| 380 | + "type": "Point", |
| 381 | + "coordinates": [ |
| 382 | + -74.07595, |
| 383 | + 4.59805 |
| 384 | + ] |
| 385 | + } |
| 386 | + }, |
| 387 | + { |
| 388 | + "type": "Feature", |
| 389 | + "properties": { |
| 390 | + "Name": "Alexander Bruy", |
| 391 | + "Committer": "Yes", |
| 392 | + "First Commit Message": "allow users to enter path to shapefiles manually in Merge shapefiles tool (apply #2897)", |
| 393 | + "First Commit Date": "25-06-2010", |
| 394 | + "GIT Nickname": "alexbruy" |
| 395 | + }, |
| 396 | + "geometry": { |
| 397 | + "type": "Point", |
| 398 | + "coordinates": [ |
| 399 | + 35.101318359375, |
| 400 | + 47.857402894658 |
| 401 | + ] |
| 402 | + } |
| 403 | + }, |
| 404 | + { |
| 405 | + "type": "Feature", |
| 406 | + "properties": { |
| 407 | + "Name": "Sandro Santilli", |
| 408 | + "Committer": "Yes", |
| 409 | + "First Commit Message": "Added patch from strk that improves calculation of extents for a postgres layer", |
| 410 | + "First Commit Date": "29-06-2004", |
| 411 | + "GIT Nickname": "strk" |
| 412 | + }, |
| 413 | + "geometry": { |
| 414 | + "type": "Point", |
| 415 | + "coordinates": [ |
| 416 | + 12.1728515625, |
| 417 | + 42.31692400697034 |
| 418 | + ] |
| 419 | + } |
| 420 | + }, |
| 421 | + { |
| 422 | + "type": "Feature", |
| 423 | + "properties": { |
| 424 | + "Name": "John Tull", |
| 425 | + "Committer": "No", |
| 426 | + "GIT Nickname": "jctull" |
| 427 | + }, |
| 428 | + "geometry": { |
| 429 | + "type": "Point", |
| 430 | + "coordinates": [ |
| 431 | + -119.82, |
| 432 | + 39.18 |
| 433 | + ] |
| 434 | + } |
| 435 | + }, |
| 436 | + { |
| 437 | + "type": "Feature", |
| 438 | + "properties": { |
| 439 | + "Name": "Robert Szczepanek", |
| 440 | + "Committer": "No", |
| 441 | + "First Commit Date": "9-12-2011", |
| 442 | + "GIT Nickname": "Cracert" |
| 443 | + }, |
| 444 | + "geometry": { |
| 445 | + "type": "Point", |
| 446 | + "coordinates": [ |
| 447 | + 19.938, |
| 448 | + 50.061 |
| 449 | + ] |
| 450 | + } |
| 451 | + }, |
| 452 | + { |
| 453 | + "type": "Feature", |
| 454 | + "properties": { |
| 455 | + "Name": "Andreas Neumann", |
| 456 | + "Committer": "Yes", |
| 457 | + "First Commit Date": "19-04-2011", |
| 458 | + "First Commit Message": "initial chekin of qgiswebclient", |
| 459 | + "GIT Nickname": "andreasneumann" |
| 460 | + }, |
| 461 | + "geometry": { |
| 462 | + "type": "Point", |
| 463 | + "coordinates": [ |
| 464 | + 8.78342, |
| 465 | + 47.30919 |
| 466 | + ] |
| 467 | + } |
| 468 | + }, |
| 469 | + { |
| 470 | + "type": "Feature", |
| 471 | + "properties": { |
| 472 | + "Name": "Tamas Szekeres", |
| 473 | + "Committer": "No", |
| 474 | + "First Commit Date": "06-02-2012", |
| 475 | + "First Commit Message": "Adding the native MSSQL provider", |
| 476 | + "GIT Nickname": "szekerest" |
| 477 | + }, |
| 478 | + "geometry": { |
| 479 | + "type": "Point", |
| 480 | + "coordinates": [ |
| 481 | + 19.1, |
| 482 | + 47.6 |
| 483 | + ] |
| 484 | + } |
323 | 485 | }
|
324 | 486 | ]
|
325 | 487 | }
|
0 commit comments