20 Commits

Author SHA1 Message Date
Nyall Dawson
aa3a83c7bd Add unit test for importing/exporting bookmarks 2019-09-04 14:19:47 +10:00
Áron Gergely
eef953b41a Add README and QGIS model for world_map.gpkg 2019-09-03 08:46:04 +10:00
Áron Gergely
7004d8e51b Update GeoPackage layers:
Updated data:
    - countries(poly): Admin 0 level boundaries
    - states_provinces(poly): Admin 1 level boudnaries
    Updated styling:
    - disputed_borders(line): Disputed Admin 0 level borders.
      New styling to make these borders stand out less.

    Attribute tables of all layers contain the name and identification codes fields.
    The geometries of of countries and states_provinces has both been processed
    from the same source data (NE admin level 1 borders);
    Geometries vere generalized and attribute tables were cleaned in order to reduce size.
    For the countries layer, attribute table fields have been joined in from the original
    admin level 0 dataset.

    Data source: Natural Earth 1:10m generalization level, admin level 0 and level 1 datasets
    (version 4.1.0)
2019-09-03 08:46:04 +10:00
arongergely
9eb51218bc Update GeoPackage with 3 layers and corresponding default stylings:
- countries(poly): Admin 0 level boundaries: Now Correct topology, higher level of detail
- states_provinces(poly): Admin 1 level boudnaries of the top 15 largest countries by area:
	Russia, Antarctica, Canada, United States, China, Brazil,
	Australia, India, Argentina, Kazakhstan,
	Dem. Republic Of Congo, Algeria, Greenland, Mexico, Saudi Arabia
- disputed_borders(line): Disputed Admin 0 level borders

Attribute tables of all layers contain the name and identification codes fields.
Source: Natural Earth 1:10m generalization level - version 4.1.0 datasets.
2019-09-03 08:46:04 +10:00
arongergely
d58340004f Remove the now redundant world_map shapefile and its .qml styling 2019-09-03 08:46:04 +10:00
arongergely
c76110ab4e Updated the 'world' easter egg to work with GeoPackage.
The new GeoPackage contains the features + styling of the pre-existing world_map.shp and world_map.qml.
2019-09-03 08:46:04 +10:00
Tim Sutton
a3f411acce Updated hackfests easter egg data 2019-08-25 11:39:20 +10:00
Matthias Kuhn
195539d7d3
Merge pull request #7913 from m-kuhn/filenmode
Fix file mode
2018-09-16 15:21:47 +02:00
Matthias Kuhn
e306aaaaef
Fix file mode 2018-09-16 14:18:39 +02:00
Loïc Bartoletti
08dfeab817 add myself to the map 2018-09-13 07:38:07 +10:00
Marco Bernasocchi
aef35453e8 fix mbernasocchi first commit in contributors.json 2018-09-10 19:35:47 +10:00
Raymond Nijssen
694f86aa3c removed commented line from expression 2018-09-08 22:18:53 +10:00
Raymond Nijssen
b4dbdef72b fix for dynamic hackfest layer styling 2018-09-08 22:18:53 +10:00
Raymond Nijssen
4ae23b6422 better looking shadows for hackfests and contributors styles 2018-09-01 19:48:55 +10:00
Peter Petrik
2855ccbeff add PeterPetrik to contributors map 2018-08-28 09:18:25 +02:00
Etienne Trimaille
98c51042f1 add myself to the map 2018-08-28 09:31:59 +10:00
Nyall Dawson
57997eb65d Fix failing spell checks 2018-08-28 08:50:43 +10:00
Tim Sutton
9710c185d3
New Easter eggs which might actually be useful... (#7714)
Three new easter eggs:

world : Add a world map to your canvas - it is the same world map as used by the CRS chooser

contributors : Adds the contributors json (used to be in docs, now moved to resources/data)to the map canvas so you can quickly see the locations of QGIS developers in QGIS

hackfests : Adds qgis_hackfests.json (in resources/data) to the canvas so you can quickly see the locations of all historical QGIS hackfests. Note the attribute table has other interesting data too.
2018-08-27 10:44:37 +03:00
Nyall Dawson
7fbecd365b Lighter borders for projection selector map 2017-10-17 09:31:24 +10:00
Nathan Woodrow
cf241f51ae [FEATURE][needs-docs] Show projection bounds in projection widget (#5356)
- Script to pull bounds from EPSG.org Postgres dump
- Add resources/data/world_map.shp for reference
- Show canvas bounds for reference
2017-10-16 10:40:05 +10:00