Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 181041 | Differences between
and this patch

Collapse All | Expand All

(-)resources/data/country/MNE/MNE_names.properties (+2 lines)
Added Link Here
1
# MNE_names.properties
2
MNE = Montenegro
(-)resources/data/country/MNE/MNE_0_node.properties (+33 lines)
Added Link Here
1
# CGR_0_node.properties Mon Jul 03 16:11:57 EDT 2006
2
# Definition of "Montenegro" at Administration Level 0 (Country)
3
#/*******************************************************************************
4
# * Copyright (c) 2006 IBM Corporation and others.
5
# * All rights reserved. This program and the accompanying materials
6
# * are made available under the terms of the Eclipse Public License v1.0
7
# * which accompanies this distribution, and is available at
8
# * http://www.eclipse.org/legal/epl-v10.html
9
# *
10
# * Contributors:
11
# *     IBM Corporation - initial API and implementation
12
# *******************************************************************************/
13
14
# This is the name of the class that will interpret the rest of the file's contents
15
RECORD_CLASSNAME = org.eclipse.ohf.stem.internal.data.CountryGraphRecord$CountryNodeGraphRecord
16
17
# The ISO-3166-1 alpha3 code for the country
18
ISOKEY = CGR
19
20
# The administration level of the graph data
21
ADMIN_LEVEL = 0
22
23
# This is the date range for which the values in this file are valid
24
# See http://purl.org/dc/terms/1.1/valid
25
VALID = start=1900-01-01;
26
27
# This is the source of the data
28
SOURCE =  http://en.wikipedia.org/wiki/ISO_3166-1
29
30
# The file that contains the latitude/longitude polygon data for the node
31
SPATIAL_URI = platform:/plugin/org.eclipse.ohf.stem.geography/resources/data/geo/country/CGR/CGR_0_MAP.xml
32
33
MNE = Montenegro, 499, ME
(-)resources/data/country/MNE/MNE_0_area.properties (+32 lines)
Added Link Here
1
# MNE_0_area.properties Mon Jul 10 17:02:27 EDT 2006
2
# This file contains area values for Montenegro
3
#/*******************************************************************************
4
# * Copyright (c) 2006 IBM Corporation and others.
5
# * All rights reserved. This program and the accompanying materials
6
# * are made available under the terms of the Eclipse Public License v1.0
7
# * which accompanies this distribution, and is available at
8
# * http://www.eclipse.org/legal/epl-v10.html
9
# *
10
# * Contributors:
11
# *     IBM Corporation - initial API and implementation
12
# *******************************************************************************/
13
14
# This is the name of the class that will interpret the rest of the file's contents
15
RECORD_CLASSNAME = org.eclipse.ohf.stem.internal.data.CountryGraphRecord$CountryAreaLabelGraphRecord
16
17
# The ISO-3166-1 alpha3 code for the country
18
ISOKEY = MNE
19
20
# The administration level of the graph data
21
ADMIN_LEVEL = 0
22
23
# This is the date range for which the values in this file are valid
24
# See http://purl.org/dc/terms/1.1/valid
25
VALID = start=1900-01-01;
26
27
# This is the source of the data
28
SOURCE =  https://www.cia.gov/cia/publications/factbook/geos/mj.html
29
30
# The key is the ISO-3166-1 alpha3 three letter identifer of the country
31
# The units are square kilometers
32
MNE = 13812
(-)resources/data/country/MNE/MNE_0_human_2006_population.properties (+37 lines)
Added Link Here
1
# MNE_0_human_2006_population.properties
2
# This file contains population values for Montenegro
3
#/*******************************************************************************
4
# * Copyright (c) 2006 IBM Corporation and others.
5
# * All rights reserved. This program and the accompanying materials
6
# * are made available under the terms of the Eclipse Public License v1.0
7
# * which accompanies this distribution, and is available at
8
# * http://www.eclipse.org/legal/epl-v10.html
9
# *
10
# * Contributors:
11
# *     IBM Corporation - initial API and implementation
12
# *******************************************************************************/
13
14
# This is the name of the class that will interpret the rest of the file's contents
15
RECORD_CLASSNAME = org.eclipse.ohf.stem.internal.data.CountryGraphRecord$CountryPopulationLabelGraphRecord
16
17
# The ISO-3166-1 alpha3 code for the country
18
ISOKEY = MNE
19
20
# The administration level of the graph data
21
ADMIN_LEVEL = 0
22
23
# This is the date range for which the values in this file are valid
24
# See http://purl.org/dc/terms/1.1/valid
25
VALID = start=2006-01-01; end=2006-12-31;
26
27
# This is the source of the data
28
# The value was sampled in June and represents the average for the year.
29
SOURCE =  https://www.cia.gov/cia/publications/factbook/geos/mj.html
30
31
# The population identifier
32
POPULATION = human
33
34
# The key is the ISO-3166-1 alpha3 three letter identifer of the country
35
# The units are individuals
36
MNE = 630548
37

Return to bug 181041